Skip to content

Commit 0264b4d

Browse files
authored
Revert to macOS-14 image for ARM64 iOS testing (#2557)
* Explicitly set the Xcode version on GitHub Actions. * Revert to macOS-14 for now.
1 parent 68f9762 commit 0264b4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676
- os: macos-13
7777
python_version: '3.13'
7878
test_select: ios
79-
- os: macos-15
79+
- os: macos-14 # 20250811 macos-15 update caused havoc with iOS simulators
8080
python_version: '3.13'
8181
test_select: ios
8282
- os: macos-13

0 commit comments

Comments
 (0)