File tree 2 files changed +9
-3
lines changed
2 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 68
68
strategy :
69
69
matrix :
70
70
node-version : [16.x]
71
- os : [windows-latest, macOS-latest]
71
+ os : [windows-latest, macOS-13, macOS- latest]
72
72
73
73
steps :
74
74
- uses : actions/checkout@v1
@@ -141,11 +141,18 @@ jobs:
141
141
name : ubuntu-latest
142
142
path : binaries/linux
143
143
144
- - name : Download macOS artifacts
144
+ - name : Download macOS artifacts (arm)
145
145
if : success()
146
146
uses : actions/download-artifact@master
147
147
with :
148
148
name : macOS-latest
149
+ path : binaries/darwin-arm64
150
+
151
+ - name : Download macOS artifacts
152
+ if : success()
153
+ uses : actions/download-artifact@master
154
+ with :
155
+ name : macOS-13
149
156
path : binaries/darwin
150
157
151
158
- name : Download windows artifacts
@@ -160,7 +167,6 @@ jobs:
160
167
run : |
161
168
mkdir -p bin
162
169
mv binaries/darwin/bin.exe bin/graphql-ppx-darwin-x64.exe
163
- # this one is checked in the repo, because we don't have CI runners for it
164
170
mv binaries/darwin-arm64/bin.exe bin/graphql-ppx-darwin-arm64.exe
165
171
mv binaries/windows/bin.exe bin/graphql-ppx-win-x64.exe
166
172
mv binaries/linux/bin.exe bin/graphql-ppx-linux-x64.exe
You can’t perform that action at this time.
0 commit comments