From 0264b4d03a29f8a3162c58ecffa428d6557ced41 Mon Sep 17 00:00:00 2001 From: Russell Keith-Magee Date: Mon, 18 Aug 2025 23:13:47 +0800 Subject: [PATCH] Revert to macOS-14 image for ARM64 iOS testing (#2557) * Explicitly set the Xcode version on GitHub Actions. * Revert to macOS-14 for now. --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 12ea8815..ad392a07 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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