We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ddbd36 commit d550b56Copy full SHA for d550b56
.github/workflows/test.yml
@@ -14,8 +14,10 @@ jobs:
14
runs-on: ${{ matrix.os }}
15
strategy:
16
matrix:
17
- os: [windows-latest, macos-latest, ubuntu-latest]
18
- compiler: [default, gcc, clang]
+ #os: [windows-latest, macos-latest, ubuntu-latest]
+ #compiler: [default, gcc, clang]
19
+ os: [ubuntu-latest]
20
+ compiler: [gcc]
21
22
# Only run "default" on Windows and macOS, but both Clang and GCC on Linux.
23
exclude:
0 commit comments