Skip to content

Commit 58ef925

Browse files
committed
fix after #375
1 parent 6204699 commit 58ef925

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build_test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ jobs:
100100
strategy:
101101
fail-fast: false
102102
matrix:
103-
config:
103+
include:
104104
- { os: ubuntu-24.04, compiler: clang-16 }
105105
steps:
106106
- name: checkout
@@ -157,7 +157,7 @@ jobs:
157157
strategy:
158158
fail-fast: false
159159
matrix:
160-
config:
160+
include:
161161
- { os: ubuntu-24.04, compiler: clang-16 }
162162
- { os: macos-14, compiler: clang-14 }
163163
steps:

0 commit comments

Comments
 (0)