Skip to content

Commit b97a662

Browse files
committed
Fill out include and update matrix
1 parent 9824e54 commit b97a662

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/testing.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ jobs:
2323
fail-fast: false # Probably want to turn this off for a large matrix
2424
matrix:
2525
os: [ubuntu-latest, macos-latest]
26-
python-version: [3.12]
2726
build: [debug, opt]
27+
python-version: [3.12]
2828
toolchain:
2929
- {compiler: gcc, version: 14}
3030
- {compiler: gcc, version: 15}
@@ -37,6 +37,7 @@ jobs:
3737
- os: ubuntu-latest
3838
build: opt
3939
python-version: 3.8
40+
toolchain: {compiler: gcc, version: 14}
4041
# - os: macos-latest
4142
# build: debug
4243
# toolchain: {compiler: gcc, version: 15}

0 commit comments

Comments
 (0)