Skip to content

Commit

Permalink
CI fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
eliaskosunen committed Oct 28, 2024
1 parent e036229 commit c83b10b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -539,7 +539,7 @@ jobs:
test "$output" -eq 42
disabled-envs:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
strategy:
fail-fast: false
matrix:
Expand All @@ -553,7 +553,7 @@ jobs:
- "-DSCN_DISABLE_FAST_FLOAT=ON"

env:
CXX: g++-13
CXX: g++-14
CMAKE_CXX_STANDARD: 17
CMAKE_C_COMPILER_LAUNCHER: ccache
CMAKE_CXX_COMPILER_LAUNCHER: ccache
Expand Down

0 comments on commit c83b10b

Please sign in to comment.