Skip to content

Commit 641b687

Browse files
committed
CI: Use gcc-10 as the minimum compiler in CI
gcc 9 does not fully support c++20, although it is probably sufficient for our current use
1 parent 0567d55 commit 641b687

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/Manylinux2_28.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
os: ubuntu-24.04
4040
- cuda: "12.0"
4141
cuda_arch: "50"
42-
hostcxx: gcc-toolset-9
42+
hostcxx: gcc-toolset-10
4343
os: ubuntu-24.04
4444
config:
4545
- name: "Release"

.github/workflows/Ubuntu.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
os: ubuntu-24.04
4040
- cuda: "12.0"
4141
cuda_arch: "50"
42-
hostcxx: gcc-9
42+
hostcxx: gcc-10
4343
os: ubuntu-22.04
4444
config:
4545
- name: "Release"

0 commit comments

Comments
 (0)