Revert to macOS-14 image for ARM64 iOS testing (#2557)

* Explicitly set the Xcode version on GitHub Actions.

* Revert to macOS-14 for now.
This commit is contained in:
Russell Keith-Magee
2025-08-18 11:13:47 -04:00
committed by GitHub
parent 68f9762657
commit 0264b4d03a
+1 -1
View File
@@ -76,7 +76,7 @@ jobs:
- os: macos-13
python_version: '3.13'
test_select: ios
- os: macos-15
- os: macos-14 # 20250811 macos-15 update caused havoc with iOS simulators
python_version: '3.13'
test_select: ios
- os: macos-13