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 6204699 commit 58ef925Copy full SHA for 58ef925
1 file changed
.github/workflows/build_test.yml
@@ -100,7 +100,7 @@ jobs:
100
strategy:
101
fail-fast: false
102
matrix:
103
- config:
+ include:
104
- { os: ubuntu-24.04, compiler: clang-16 }
105
steps:
106
- name: checkout
@@ -157,7 +157,7 @@ jobs:
157
158
159
160
161
162
- { os: macos-14, compiler: clang-14 }
163
0 commit comments