We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d284df5 commit 9ead576Copy full SHA for 9ead576
1 file changed
.github/workflows/main.yml
@@ -75,6 +75,38 @@ 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
+ ext: .dso
90
+ os: macos-latest
91
+ target_flag: ios
92
+ execute: false
93
+
94
+ IOSArm64:
95
96
97
98
99
100
+ name: Test IOS (Arm64)
101
102
103
+ arch: Arm64
104
105
106
107
108
109
110
Linux32:
111
strategy:
112
fail-fast: false
0 commit comments