File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -106,7 +106,7 @@ jobs:
106
106
107
107
macos_build :
108
108
timeout-minutes : 0
109
- runs-on : macos-latest
109
+ runs-on : macos-10.15
110
110
111
111
steps :
112
112
- uses : actions/checkout@v1
@@ -126,7 +126,8 @@ jobs:
126
126
${{ runner.os }}-sccache-v10-
127
127
- name : Build macOS installable archive
128
128
run : |
129
- sudo xcode-select --switch /Applications/Xcode_12.2.0.app/Contents/Developer/
129
+ sudo xcode-select --switch /Applications/Xcode_12.2.app/Contents/Developer/
130
+ xcodebuild -version
130
131
./utils/webassembly/ci.sh
131
132
- name : Upload macOS installable archive
132
133
uses : actions/upload-artifact@v1
@@ -145,7 +146,7 @@ jobs:
145
146
146
147
macos_smoke_test :
147
148
name : Run smoke tests on macOS
148
- runs-on : macos-latest
149
+ runs-on : macos-10.15
149
150
needs : macos_build
150
151
steps :
151
152
- name : Download installable macOS archive
You can’t perform that action at this time.
0 commit comments