File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments