Skip to content

Commit

Permalink
use last version of Ubuntu in runners
Browse files Browse the repository at this point in the history
  • Loading branch information
mattldawson committed Dec 19, 2024
1 parent c8dcdb8 commit bda6189
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ concurrency:

jobs:
gcc:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
strategy:
matrix:
build_type: [Release]
Expand All @@ -36,7 +36,7 @@ jobs:
ctest -C ${{ matrix.build_type }} --rerun-failed --output-on-failure . --verbose -j 10
clang:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
strategy:
matrix:
build_type: [Release]
Expand Down

0 comments on commit bda6189

Please sign in to comment.