File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 8080 js-engine : Hermes
8181
8282 # macOS (no Apple + Hermes until the upstream shutdown crash is fixed)
83- macOS_Xcode164 :
84- uses : ./.github/workflows/build-macos.yml
85- with :
86- xcode-version : ' 16.4'
87- runs-on : macos-latest
88-
89- macOS_Xcode164_Sanitizers :
90- uses : ./.github/workflows/build-macos.yml
91- with :
92- xcode-version : ' 16.4'
93- runs-on : macos-latest
94- enable-sanitizers : true
95-
96- macOS_Xcode164_ThreadSanitizer :
97- uses : ./.github/workflows/build-macos.yml
98- with :
99- xcode-version : ' 16.4'
100- runs-on : macos-latest
101- enable-thread-sanitizer : true
10283
10384 macOS_Xcode264 :
10485 uses : ./.github/workflows/build-macos.yml
@@ -121,13 +102,6 @@ jobs:
121102 enable-thread-sanitizer : true
122103
123104 # ── iOS ───────────────────────────────────────────────────────
124- iOS_Xcode164 :
125- uses : ./.github/workflows/build-ios.yml
126- with :
127- xcode-version : ' 16.4'
128- runs-on : macos-latest
129- simulator : ' iPhone 16'
130-
131105 iOS_Xcode264 :
132106 uses : ./.github/workflows/build-ios.yml
133107 with :
You can’t perform that action at this time.
0 commit comments