Skip to content

Commit 0790064

Browse files
authored
Change condition for Unix configuration step
1 parent 29de4b4 commit 0790064

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ jobs:
114114

115115
# Configure
116116
- name: Configure (Unix)
117-
if: matrix.os == 'macos-latest'
117+
if: matrix.os != 'windows-latest'
118118
run: cmake -S src -B build-Release -G Ninja -DCMAKE_BUILD_TYPE=Release -DCODESIGN_ID="$CODESIGN_ID"
119119

120120
- name: Configure (Windows)

0 commit comments

Comments
 (0)