Skip to content

Commit

Permalink
actions: macos-13 should be intel only
Browse files Browse the repository at this point in the history
  • Loading branch information
joshtynjala committed Apr 26, 2024
1 parent a51c022 commit 50c6aa5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/samples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,8 @@ jobs:
build-macos:

runs-on: macos-latest
#macos-14 is arm64, which setup-haxe doesn't support yet
runs-on: macos-13

steps:
- uses: actions/checkout@v4
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,8 @@ jobs:
strategy:
matrix:
haxe-version: [4.2.5, 4.3.2]
runs-on: [macos-latest, x64]
#macos-14 is arm64, which setup-haxe doesn't support yet
runs-on: macos-13
steps:
- uses: actions/checkout@v4
- uses: krdlab/setup-haxe@v1
Expand Down

0 comments on commit 50c6aa5

Please sign in to comment.