Skip to content

Commit e14ea73

Browse files
committed
don't check-in executable anymore and build m1 version on a runner
1 parent 19d9d39 commit e14ea73

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

.github/workflows/pipeline.yml

+9-3
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
strategy:
6969
matrix:
7070
node-version: [16.x]
71-
os: [windows-latest, macOS-latest]
71+
os: [windows-latest, macOS-13, macOS-latest]
7272

7373
steps:
7474
- uses: actions/checkout@v1
@@ -141,11 +141,18 @@ jobs:
141141
name: ubuntu-latest
142142
path: binaries/linux
143143

144-
- name: Download macOS artifacts
144+
- name: Download macOS artifacts (arm)
145145
if: success()
146146
uses: actions/download-artifact@master
147147
with:
148148
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
149156
path: binaries/darwin
150157

151158
- name: Download windows artifacts
@@ -160,7 +167,6 @@ jobs:
160167
run: |
161168
mkdir -p bin
162169
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
164170
mv binaries/darwin-arm64/bin.exe bin/graphql-ppx-darwin-arm64.exe
165171
mv binaries/windows/bin.exe bin/graphql-ppx-win-x64.exe
166172
mv binaries/linux/bin.exe bin/graphql-ppx-linux-x64.exe

binaries/darwin-arm64/bin.exe

-13.6 MB
Binary file not shown.

0 commit comments

Comments
 (0)