We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 29de4b4 commit 0790064Copy full SHA for 0790064
.github/workflows/ci.yml
@@ -114,7 +114,7 @@ jobs:
114
115
# Configure
116
- name: Configure (Unix)
117
- if: matrix.os == 'macos-latest'
+ if: matrix.os != 'windows-latest'
118
run: cmake -S src -B build-Release -G Ninja -DCMAKE_BUILD_TYPE=Release -DCODESIGN_ID="$CODESIGN_ID"
119
120
- name: Configure (Windows)
0 commit comments