File tree Expand file tree Collapse file tree 1 file changed +14
-14
lines changed Expand file tree Collapse file tree 1 file changed +14
-14
lines changed Original file line number Diff line number Diff line change @@ -41,20 +41,20 @@ jobs:
41
41
strategy :
42
42
fail-fast : false
43
43
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
58
58
with :
59
59
haxe-reusable-workflows-repo : ${{ github.repository }}
60
60
haxe-reusable-workflows-version : ${{ github.ref }}
You can’t perform that action at this time.
0 commit comments