Skip to content

Commit

Permalink
[ci] Run x86_64 mac tests on mac as well
Browse files Browse the repository at this point in the history
  • Loading branch information
tobil4sk committed Jul 12, 2024
1 parent 72e7290 commit 6cb98bd
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,14 +35,20 @@ jobs:
fail-fast: false
matrix:
haxe: [ 4.3.4, latest ]
arch: [64, Arm64]
include:
- arch: Arm64
os: macos-latest
- arch: 64
os: macos-13
uses: ./.github/workflows/test.yml
name: Test MacOS
with:
haxe: ${{ matrix.haxe }}
arch: Arm64
arch: ${{ matrix.arch }}
sep: /
ext: .dylib
os: macos-latest
os: ${{ matrix.os }}

Linux32:
strategy:
Expand Down

0 comments on commit 6cb98bd

Please sign in to comment.