Skip to content

Commit 9eeb9d6

Browse files
committed
Disable Mac Arm, Mac Intel, and Windows jobs
1 parent 6df933e commit 9eeb9d6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,7 @@ jobs:
125125
path: ./target/debug/solang
126126

127127
windows:
128+
if: false
128129
name: Windows
129130
runs-on: windows-latest
130131
steps:
@@ -160,6 +161,7 @@ jobs:
160161
if: always()
161162

162163
mac-arm:
164+
if: false
163165
name: Mac Arm
164166
runs-on: macos-13-xlarge
165167
steps:
@@ -186,6 +188,7 @@ jobs:
186188
path: ./target/debug/solang
187189

188190
mac-intel:
191+
if: false
189192
name: Mac Intel
190193
runs-on: macos-13
191194
steps:

0 commit comments

Comments
 (0)