Skip to content

Commit

Permalink
actions: fix macOS build because old Haxe doesn't support arm64
Browse files Browse the repository at this point in the history
  • Loading branch information
joshtynjala committed Jul 22, 2024
1 parent dd24b87 commit d552086
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,8 @@ jobs:
# HashLink is not supported by Haxe 3
haxe-version: [4.0.5, 4.1.5, 4.2.5, 4.3.2]
# AL init fails on both windows and ubuntu
runs-on: macos-latest
# macos-14 is arm64, which setup-haxe doesn't support yet
runs-on: macos-13
steps:
- uses: actions/checkout@v3

Expand Down

0 comments on commit d552086

Please sign in to comment.