Skip to content

Commit

Permalink
Update dependency ubuntu to v24
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 26, 2024
1 parent 3c15935 commit d0aca2b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/style.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ name: Non executable checks
jobs:
check-style:
name: Check style and headers
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
- run: sudo apt-get -y update
Expand All @@ -17,7 +17,7 @@ jobs:

clean-compilation:
name: Clean compilation
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
- run: sudo apt-get -y update
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ name: Execution checks
jobs:
test-utils:
name: Test utility programs
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
- run: sudo apt-get -y update
Expand All @@ -17,7 +17,7 @@ jobs:

unit-tests:
name: Unit tests
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
- run: sudo apt-get -y update
Expand Down

0 comments on commit d0aca2b

Please sign in to comment.