Skip to content

Commit

Permalink
chore(deps): update dependency ubuntu github actions runner to v24 (#57)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate-self-hosted-apter[bot] <123806997+renovate-self-hosted-apter[bot]@users.noreply.github.com>
  • Loading branch information
renovate-self-hosted-apter[bot] authored Nov 18, 2024
1 parent 268d285 commit 104c7c5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
build:
strategy:
matrix:
os: [ubuntu-22.04, windows-2022]
os: [ubuntu-24.04, windows-2022]
runs-on: ${{ matrix.os }}
permissions:
actions: write
Expand Down Expand Up @@ -107,7 +107,7 @@ jobs:
junit:
strategy:
matrix:
os: [ ubuntu-22.04, windows-2022 ]
os: [ ubuntu-24.04, windows-2022 ]
runs-on: ${{ matrix.os }}
needs:
- build
Expand All @@ -130,7 +130,7 @@ jobs:
kover:
strategy:
matrix:
os: [ ubuntu-22.04, windows-2022 ]
os: [ ubuntu-24.04, windows-2022 ]
runs-on: ${{ matrix.os }}
needs:
- build
Expand Down

0 comments on commit 104c7c5

Please sign in to comment.