Skip to content

Commit

Permalink
chore(deps): update dependency ubuntu github actions runner to v24 (#30)
Browse files Browse the repository at this point in the history
Co-authored-by: versionvanguard[bot] <149176998+versionvanguard[bot]@users.noreply.github.com>
  • Loading branch information
versionvanguard[bot] authored Jun 19, 2024
1 parent 1c8dd9d commit 521d583
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:

build:
if: "! contains(toJSON(github.event.commits.*.message), 'skip ci')"
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04

steps:
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:

jobs:
buildMatrix:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
permissions:
contents: read
outputs:
Expand All @@ -25,7 +25,7 @@ jobs:
run: |
./generateBuildMatrix.sh "${{ github.event.inputs.publishAll }}"
publish:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
needs:
- buildMatrix
if: ${{ needs.buildMatrix.outputs.BUILD_MATRIX != '' && toJson(fromJson(needs.buildMatrix.outputs.BUILD_MATRIX)) != '[]' }}
Expand Down

0 comments on commit 521d583

Please sign in to comment.