Skip to content

Commit 3f6e65b

Browse files
committed
fix mac ci.json
1 parent 7f945fc commit 3f6e65b

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -796,7 +796,7 @@ jobs:
796796
run: |
797797
set -ex
798798
799-
curl -sSL https://build.haxe.org/builds/neko/mac/neko_latest.tar.gz -o $RUNNER_TEMP/neko_latest.tar.gz
799+
curl -sSL https://build.haxe.org/builds/neko/mac-arm64/neko_latest.tar.gz -o $RUNNER_TEMP/neko_latest.tar.gz
800800
tar -xf $RUNNER_TEMP/neko_latest.tar.gz -C $RUNNER_TEMP
801801
NEKOPATH=`echo $RUNNER_TEMP/neko-*-*`
802802
sudo mkdir -p /usr/local/bin
@@ -937,7 +937,7 @@ jobs:
937937
run: |
938938
set -ex
939939
940-
curl -sSL https://build.haxe.org/builds/neko/mac/neko_latest.tar.gz -o $RUNNER_TEMP/neko_latest.tar.gz
940+
curl -sSL https://build.haxe.org/builds/neko/mac-arm64/neko_latest.tar.gz -o $RUNNER_TEMP/neko_latest.tar.gz
941941
tar -xf $RUNNER_TEMP/neko_latest.tar.gz -C $RUNNER_TEMP
942942
NEKOPATH=`echo $RUNNER_TEMP/neko-*-*`
943943
sudo mkdir -p /usr/local/bin

extra/github-actions/builds/ci.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
},
4040
{
4141
"name": "mac",
42-
"nekoDownload": "https://build.haxe.org/builds/neko/mac/neko_latest.tar.gz",
42+
"nekoDownload": "https://build.haxe.org/builds/neko/mac-arm64/neko_latest.tar.gz",
4343
"jobs": ["mac-build", "mac-test"],
4444
"os": {
4545
"name": "macos",

0 commit comments

Comments
 (0)