Skip to content

Commit d552086

Browse files
committed
actions: fix macOS build because old Haxe doesn't support arm64
1 parent dd24b87 commit d552086

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,8 @@ jobs:
187187
# HashLink is not supported by Haxe 3
188188
haxe-version: [4.0.5, 4.1.5, 4.2.5, 4.3.2]
189189
# AL init fails on both windows and ubuntu
190-
runs-on: macos-latest
190+
# macos-14 is arm64, which setup-haxe doesn't support yet
191+
runs-on: macos-13
191192
steps:
192193
- uses: actions/checkout@v3
193194

0 commit comments

Comments
 (0)