Skip to content

Commit 90f7712

Browse files
committed
ci: fixup to prev commit
1 parent 8f68ef0 commit 90f7712

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/CI.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,10 @@ jobs:
2121
matrix:
2222
os: [ubuntu-latest, macos-12]
2323
toolchain:
24-
- {compiler: gcc, version: [10, 11, 12, 13]}
24+
- {compiler: gcc, version: 10}
25+
- {compiler: gcc, version: 11}
26+
- {compiler: gcc, version: 12}
27+
- {compiler: gcc, version: 13}
2528
build: [cmake]
2629
include:
2730
- os: ubuntu-latest

0 commit comments

Comments
 (0)