Skip to content

Commit

Permalink
[ci] Run x86_64 mac tests as well
Browse files Browse the repository at this point in the history
  • Loading branch information
tobil4sk committed Jul 12, 2024
1 parent 93003e6 commit 4a4a4db
Showing 1 changed file with 16 additions and 2 deletions.
18 changes: 16 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,27 @@ jobs:
ext: .dll
os: windows-latest

MacOS:
MacOS64:
strategy:
fail-fast: false
matrix:
haxe: [ 4.3.4, latest ]
uses: ./.github/workflows/test.yml
name: Test MacOS
name: Test MacOS (x86_64)
with:
haxe: ${{ matrix.haxe }}
arch: 64
sep: /
ext: .dylib
os: macos-13

MacOSArm:
strategy:
fail-fast: false
matrix:
haxe: [ 4.3.4, latest ]
uses: ./.github/workflows/test.yml
name: Test MacOS (Arm64)
with:
haxe: ${{ matrix.haxe }}
arch: Arm64
Expand Down

0 comments on commit 4a4a4db

Please sign in to comment.