Skip to content

Commit

Permalink
actions: test HashLink on macOS 13 for now
Browse files Browse the repository at this point in the history
  • Loading branch information
joshtynjala committed Aug 28, 2024
1 parent 0865b74 commit 8195b30
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,9 @@ jobs:
strategy:
matrix:
haxe-version: [4.1.5, 4.2.5, 4.3.2]
runs-on: macos-latest
# AL init fails on both windows and ubuntu
#macos-14 is arm64, which setup-haxe doesn't support yet
runs-on: macos-13
steps:
- uses: actions/checkout@v4
- uses: krdlab/setup-haxe@v1
Expand Down

0 comments on commit 8195b30

Please sign in to comment.