Skip to content

Commit 51f1233

Browse files
committed
intel mac build
1 parent abf936b commit 51f1233

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ jobs:
2121
shell: bash
2222
run: |
2323
if [[ "${{ github.event_name }}" == "push" ]]; then
24-
echo 'matrix={"include":[{"os":"ubuntu-latest"},{"os":"windows-latest"},{"os":"macos-14"}]}' >> "$GITHUB_OUTPUT"
24+
echo 'matrix={"include":[{"os":"ubuntu-latest"},{"os":"windows-latest"},{"os":"macos-latest"},{"os":"macos-15-intel"}]}' >> "$GITHUB_OUTPUT"
2525
else
26-
echo 'matrix={"include":[{"os":"ubuntu-latest"},{"os":"windows-latest"},{"os":"macos-14"}]}' >> "$GITHUB_OUTPUT"
26+
echo 'matrix={"include":[{"os":"ubuntu-latest"},{"os":"windows-latest"}]}' >> "$GITHUB_OUTPUT"
2727
fi
2828
2929
build:
@@ -175,8 +175,8 @@ jobs:
175175
shopt -s nullglob
176176
zips=(upload/*.zip)
177177
echo "Found ${#zips[@]} zip(s):"; ls -alh upload
178-
if (( ${#zips[@]} < 3 )); then
179-
echo "ERROR: expected Win + Linux + macOS arm64 zips (got ${#zips[@]})."
178+
if (( ${#zips[@]} < 4 )); then
179+
echo "ERROR: expected Win + Linux + macOS arm64 + macOS x64 zips (got ${#zips[@]})."
180180
exit 1
181181
fi
182182

0 commit comments

Comments
 (0)