Skip to content

Commit

Permalink
CI: Upgrade to Ubuntu 24.04 image
Browse files Browse the repository at this point in the history
  • Loading branch information
stotko committed Nov 16, 2024
1 parent 5f88fb8 commit 7c47c7a
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ concurrency:
jobs:
compute:
name: "Compute"
runs-on: ubuntu-22.04
runs-on: ubuntu-22.04 # Keep Ubuntu 22.04 until compatibility with lcov has been improved

steps:
- uses: actions/checkout@v4
Expand Down Expand Up @@ -57,7 +57,7 @@ jobs:

publish:
name: Upload coverage report to Codecov
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04

needs:
- compute
Expand Down Expand Up @@ -87,7 +87,7 @@ jobs:
- publish

name: "Check Coverage"
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04

steps:
- uses: re-actors/alls-green@release/v1
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ concurrency:
jobs:
build:
name: Build
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04

steps:
- uses: actions/checkout@v4
Expand Down Expand Up @@ -52,7 +52,7 @@ jobs:

publish:
name: Upload latest docs to GitHub Pages
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
if: github.event_name != 'pull_request'

needs:
Expand Down Expand Up @@ -83,7 +83,7 @@ jobs:
- publish

name: "Check Docs"
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04

steps:
- uses: re-actors/alls-green@release/v1
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
clangtidy:
name: "Clang-Tidy"
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04

steps:
- uses: actions/checkout@v4
Expand Down Expand Up @@ -79,7 +79,7 @@ jobs:
cppcheck:
name: "Cppcheck"
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04

steps:
- uses: actions/checkout@v4
Expand Down Expand Up @@ -118,7 +118,7 @@ jobs:
- cppcheck

name: "Check Lint"
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04

steps:
- uses: re-actors/alls-green@release/v1
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
ubuntu:
strategy:
matrix:
os: ['ubuntu-20.04', 'ubuntu-22.04']
os: ['ubuntu-22.04', 'ubuntu-24.04']
build_type: [Debug, Release]
shared_libs: [ON, OFF]
use_32bit_index: [ON, OFF]
Expand Down Expand Up @@ -145,7 +145,7 @@ jobs:
- windows

name: "Check Tests"
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04

steps:
- uses: re-actors/alls-green@release/v1
Expand Down

0 comments on commit 7c47c7a

Please sign in to comment.