Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
sebthom committed Jul 20, 2024
1 parent c5e1197 commit 9b3a291
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions .github/workflows/build.workflow-test-with-haxe.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,20 +41,20 @@ jobs:
strategy:
fail-fast: false
matrix:
os: # https://github.com/actions/runner-images#available-images
- ubuntu-latest
- macos-13 # Intel
- windows-latest
haxe:
- nightly
- 4.3.5
- 4.2.5
- 3.4.7
#include:
#- os: macos-latest # ARM
# haxe: nightly
#- os: macos-latest # ARM
# haxe: 4.3.5
#os: # https://github.com/actions/runner-images#available-images
#- ubuntu-latest
#- macos-13 # Intel
#- windows-latest
#haxe:
#- nightly
#- 4.3.5
#- 4.2.5
#- 3.4.7
include:
- os: macos-latest # ARM
haxe: nightly
- os: macos-latest # ARM
haxe: 4.3.5
with:
haxe-reusable-workflows-repo: ${{ github.repository }}
haxe-reusable-workflows-version: ${{ github.ref }}
Expand Down

0 comments on commit 9b3a291

Please sign in to comment.