Skip to content

Commit 1a2b047

Browse files
committed
actions: test HashLink on macOS 13
1 parent f57e310 commit 1a2b047

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/tests.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,9 @@ jobs:
7979
strategy:
8080
matrix:
8181
haxe-version: [4.0.5, 4.1.5, 4.2.5, 4.3.2]
82-
runs-on: macos-latest
82+
# AL init fails on both windows and ubuntu
83+
#macos-14 is arm64, which setup-haxe doesn't support yet
84+
runs-on: macos-13
8385
steps:
8486
- uses: actions/checkout@v4
8587
- uses: krdlab/setup-haxe@v1

0 commit comments

Comments
 (0)