Skip to content

Commit 2e2d322

Browse files
authored
Set GCC version to 14 python-package.yml
1 parent f6a0a8d commit 2e2d322

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/python-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
python-version: ["3.10","3.11","3.12","3.13"]
2020
os: [ubuntu-latest, windows-latest] #, macos-latest]
2121
toolchain:
22-
- {compiler: gcc, version: 15}
22+
- {compiler: gcc, version: 14}
2323
# - {compiler: gcc, version: 12}
2424

2525
steps:

0 commit comments

Comments
 (0)