Skip to content

Commit d550b56

Browse files
committed
WIP: only gcc
1 parent 4ddbd36 commit d550b56

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/test.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,10 @@ jobs:
1414
runs-on: ${{ matrix.os }}
1515
strategy:
1616
matrix:
17-
os: [windows-latest, macos-latest, ubuntu-latest]
18-
compiler: [default, gcc, clang]
17+
#os: [windows-latest, macos-latest, ubuntu-latest]
18+
#compiler: [default, gcc, clang]
19+
os: [ubuntu-latest]
20+
compiler: [gcc]
1921

2022
# Only run "default" on Windows and macOS, but both Clang and GCC on Linux.
2123
exclude:

0 commit comments

Comments
 (0)