Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
andreasbuhr committed Dec 4, 2024
1 parent 9376645 commit 4c716a8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,14 +35,14 @@ jobs:
}
- {
name: "Linux g++ 11 C++17 Debug",
os: ubuntu-20.04,
os: ubuntu-22.04,
buildtype: Debug,
cxx: "g++-11",
cxxver: 17,
}
- {
name: "Linux g++ 11 C++20 Debug",
os: ubuntu-20.04,
os: ubuntu-22.04,
buildtype: Release,
cxx: "g++-11",
cxxver: 20,
Expand Down Expand Up @@ -77,14 +77,14 @@ jobs:
}
- {
name: "Linux g++ 13 C++17",
os: ubuntu-22.04,
os: ubuntu-24.04,
buildtype: Release,
cxx: "g++-13",
cxxver: 17,
}
- {
name: "Linux g++ 13 C++20",
os: ubuntu-22.04,
os: ubuntu-24.04,
buildtype: Release,
cxx: "g++-13",
cxxver: 20,
Expand Down

0 comments on commit 4c716a8

Please sign in to comment.