We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d5b369d commit 73c4043Copy full SHA for 73c4043
.github/workflows/tests.yml
@@ -79,7 +79,9 @@ jobs:
79
strategy:
80
matrix:
81
haxe-version: [4.0.5, 4.1.5, 4.2.5, 4.3.2]
82
- runs-on: macos-latest
+ # 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
85
steps:
86
- uses: actions/checkout@v4
87
- uses: krdlab/setup-haxe@v1
0 commit comments