Skip to content

Commit

Permalink
CI: use Ubuntu 24.04 for Linux builds
Browse files Browse the repository at this point in the history
The script uses `lsb_release -sc` to get the proper deb repositories to use.
  • Loading branch information
robUx4 committed Sep 21, 2024
1 parent 48ef838 commit 54fda98
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/linux.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:

jobs:
Linux-GCC:
runs-on: ubuntu-20.04
runs-on: ubuntu-24.04
strategy:
matrix:
cxx: ['7', '13']
Expand All @@ -34,7 +34,7 @@ jobs:
- name: Run tests
run: ctest --test-dir _build
Linux-Clang:
runs-on: ubuntu-20.04
runs-on: ubuntu-24.04
strategy:
matrix:
cxx: ['7', '19']
Expand Down

0 comments on commit 54fda98

Please sign in to comment.