Skip to content

Commit 5a6d490

Browse files
removed Xcode 16.4 (#203)
1 parent f07d991 commit 5a6d490

1 file changed

Lines changed: 0 additions & 26 deletions

File tree

.github/workflows/ci.yml

Lines changed: 0 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -80,25 +80,6 @@ jobs:
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:

0 commit comments

Comments
 (0)