We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9824e54 commit b97a662Copy full SHA for b97a662
.github/workflows/testing.yml
@@ -23,8 +23,8 @@ jobs:
23
fail-fast: false # Probably want to turn this off for a large matrix
24
matrix:
25
os: [ubuntu-latest, macos-latest]
26
- python-version: [3.12]
27
build: [debug, opt]
+ python-version: [3.12]
28
toolchain:
29
- {compiler: gcc, version: 14}
30
- {compiler: gcc, version: 15}
@@ -37,6 +37,7 @@ jobs:
37
- os: ubuntu-latest
38
build: opt
39
python-version: 3.8
40
+ toolchain: {compiler: gcc, version: 14}
41
# - os: macos-latest
42
# build: debug
43
# toolchain: {compiler: gcc, version: 15}
0 commit comments