Skip to content

Commit 9b3a291

Browse files
committed
test
1 parent c5e1197 commit 9b3a291

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

.github/workflows/build.workflow-test-with-haxe.yml

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -41,20 +41,20 @@ jobs:
4141
strategy:
4242
fail-fast: false
4343
matrix:
44-
os: # https://github.com/actions/runner-images#available-images
45-
- ubuntu-latest
46-
- macos-13 # Intel
47-
- windows-latest
48-
haxe:
49-
- nightly
50-
- 4.3.5
51-
- 4.2.5
52-
- 3.4.7
53-
#include:
54-
#- os: macos-latest # ARM
55-
# haxe: nightly
56-
#- os: macos-latest # ARM
57-
# haxe: 4.3.5
44+
#os: # https://github.com/actions/runner-images#available-images
45+
#- ubuntu-latest
46+
#- macos-13 # Intel
47+
#- windows-latest
48+
#haxe:
49+
#- nightly
50+
#- 4.3.5
51+
#- 4.2.5
52+
#- 3.4.7
53+
include:
54+
- os: macos-latest # ARM
55+
haxe: nightly
56+
- os: macos-latest # ARM
57+
haxe: 4.3.5
5858
with:
5959
haxe-reusable-workflows-repo: ${{ github.repository }}
6060
haxe-reusable-workflows-version: ${{ github.ref }}

0 commit comments

Comments
 (0)