We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6df933e commit 9eeb9d6Copy full SHA for 9eeb9d6
.github/workflows/test.yml
@@ -125,6 +125,7 @@ jobs:
125
path: ./target/debug/solang
126
127
windows:
128
+ if: false
129
name: Windows
130
runs-on: windows-latest
131
steps:
@@ -160,6 +161,7 @@ jobs:
160
161
if: always()
162
163
mac-arm:
164
165
name: Mac Arm
166
runs-on: macos-13-xlarge
167
@@ -186,6 +188,7 @@ jobs:
186
188
187
189
190
mac-intel:
191
192
name: Mac Intel
193
runs-on: macos-13
194
0 commit comments