Skip to content

Commit 8ec3418

Browse files
committed
now?
1 parent 5ae743b commit 8ec3418

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
runs-on: ${{ matrix.os }}
1717

1818
# gcc is an alias for clang on macos, so we skip it
19-
if: ${{ matrix.os }} != 'macos-15' || ${{ matrix.compiler }} != 'gcc'
19+
if: matrix.os != 'macos-15' || matrix.compiler != 'gcc'
2020

2121
steps:
2222
- run: ${{ matrix.compiler }} --version

0 commit comments

Comments
 (0)