We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d284df5 commit 022309bCopy full SHA for 022309b
1 file changed
.github/workflows/main.yml
@@ -75,6 +75,36 @@ jobs:
75
ext: .dylib
76
os: macos-latest
77
78
+ IOSX86_64:
79
+ strategy:
80
+ fail-fast: false
81
+ matrix:
82
+ haxe: [ 4.3.7, latest ]
83
+ uses: ./.github/workflows/test.yml
84
+ name: Test IOS (x86_64)
85
+ with:
86
+ haxe: ${{ matrix.haxe }}
87
+ arch: 64
88
+ sep: /
89
+ os: macos-latest
90
+ target_flag: ios
91
+ execute: false
92
+
93
+ IOSArm64:
94
95
96
97
98
99
+ name: Test IOS (Arm64)
100
101
102
+ arch: Arm64
103
104
105
106
107
108
Linux32:
109
strategy:
110
fail-fast: false
0 commit comments