Skip to content

Commit 9206563

Browse files
committed
Disable GHA too costly: vbs self-host, swift6 macos
1 parent ee063c6 commit 9206563

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

IMPLS.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,6 @@ IMPL:
121121
- {IMPL: swift4}
122122
# - {IMPL: swift4, NO_DOCKER: 1, OS: xcode10}
123123
- {IMPL: swift6}
124-
- {IMPL: swift6, NO_DOCKER: 1, OS: macos}
124+
# - {IMPL: swift6, NO_DOCKER: 1, OS: macos} # works but too expensive in GH Actions
125125

126-
- {IMPL: vbs, NO_DOCKER: 1, OS: windows}
126+
- {IMPL: vbs, NO_SELF_HOST: 1, NO_DOCKER: 1, OS: windows} # self-host too slow/expensive in GH Actions

0 commit comments

Comments
 (0)