Skip to content

Commit 6c53b4b

Browse files
committed
chore: use gcc-toolset-12 for manylinux_2_28 integration tests
1 parent 9568b59 commit 6c53b4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integration/test_manylinux.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
"manylinux_2_12": "devtoolset-8",
6767
"manylinux_2_17": "devtoolset-10",
6868
"manylinux_2_24": "devtoolset-not-present",
69-
"manylinux_2_28": "gcc-toolset-11",
69+
"manylinux_2_28": "gcc-toolset-12",
7070
"musllinux_1_1": "devtoolset-not-present",
7171
}
7272
PATH_DIRS = [

0 commit comments

Comments
 (0)