Skip to content

Commit

Permalink
chore(deps): update dependency ubuntu to v24
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Sep 27, 2024
1 parent 3b085ac commit 091d09f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
push:
name: Push ${{ github.ref }}
if: github.event_name == 'push'
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
permissions:
checks: read
statuses: write
Expand Down Expand Up @@ -96,7 +96,7 @@ jobs:
name: Post-release
needs: push
if: github.event_name == 'push' && github.ref == 'refs/heads/master'
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
- name: Setup NodeJS
uses: actions/setup-node@v4
Expand Down

0 comments on commit 091d09f

Please sign in to comment.