Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,20 @@ jobs:
ext: .dll
os: windows-latest

WindowsArm64:
strategy:
fail-fast: false
matrix:
haxe: [ 4.3.7, latest ]
uses: ./.github/workflows/test.yml
name: Test Windows (Arm64)
with:
haxe: ${{ matrix.haxe }}
arch: Arm64
sep: \
ext: .dll
os: windows-11-arm

MacOS64:
strategy:
fail-fast: false
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ runs:
using: composite
steps:
- name: install haxe
uses: krdlab/setup-haxe@v2
uses: krdlab/setup-haxe@9960aa0f0646f51d9f34389d0bbc1869264689c1
with:
haxe-version: ${{ inputs.haxe }}

Expand Down
Loading