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 28, 2024
1 parent 8cee334 commit a5ef3be
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
# This workflow contains a single job called "build"
build:
# The type of runner that the job will run on
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04

strategy:
matrix:
Expand Down Expand Up @@ -67,6 +67,6 @@ jobs:
# For github to have a unique status check name
build-status:
needs: build
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
- run: echo 'All good'

0 comments on commit a5ef3be

Please sign in to comment.