Skip to content

Commit 17848cb

Browse files
authored
Fix CI (#89)
1 parent 9376645 commit 17848cb

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/cmake.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,14 +35,14 @@ jobs:
3535
}
3636
- {
3737
name: "Linux g++ 11 C++17 Debug",
38-
os: ubuntu-20.04,
38+
os: ubuntu-22.04,
3939
buildtype: Debug,
4040
cxx: "g++-11",
4141
cxxver: 17,
4242
}
4343
- {
4444
name: "Linux g++ 11 C++20 Debug",
45-
os: ubuntu-20.04,
45+
os: ubuntu-22.04,
4646
buildtype: Release,
4747
cxx: "g++-11",
4848
cxxver: 20,
@@ -77,14 +77,14 @@ jobs:
7777
}
7878
- {
7979
name: "Linux g++ 13 C++17",
80-
os: ubuntu-22.04,
80+
os: ubuntu-24.04,
8181
buildtype: Release,
8282
cxx: "g++-13",
8383
cxxver: 17,
8484
}
8585
- {
8686
name: "Linux g++ 13 C++20",
87-
os: ubuntu-22.04,
87+
os: ubuntu-24.04,
8888
buildtype: Release,
8989
cxx: "g++-13",
9090
cxxver: 20,

0 commit comments

Comments
 (0)