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] authored Sep 27, 2024
1 parent 4639e3f commit b54321e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on: # yamllint disable-line rule:truthy
jobs:
generate-matrix:
name: Generate Build Matrix
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
outputs:
features: ${{ steps.generator.outputs.features }}
steps:
Expand All @@ -17,7 +17,7 @@ jobs:

library:
name: Library (${{ matrix.feature }})
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
needs: [generate-matrix]
strategy:
fail-fast: false
Expand All @@ -31,7 +31,7 @@ jobs:

test:
name: Test (${{ matrix.feature }})
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
needs: [generate-matrix]
strategy:
fail-fast: false
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on: # yamllint disable-line rule:truthy
jobs:
yaml:
name: YAML
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4

Expand All @@ -16,7 +16,7 @@ jobs:

style:
name: Style
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4

Expand All @@ -27,7 +27,7 @@ jobs:

clippy:
name: Clippy
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4

Expand Down

0 comments on commit b54321e

Please sign in to comment.