Switch Azure Pipelines iOS image (#2563)

* Revert Azure iOS runners to macos-14.

* Add warning about known macos-15 issues on Github Actions and Azure.

* Update workflow reference with actual ticket.
This commit is contained in:
Russell Keith-Magee
2025-08-20 19:51:06 -04:00
committed by GitHub
parent c923d83ad9
commit 4b92d69e1b
4 changed files with 11 additions and 6 deletions
+1 -1
View File
@@ -76,7 +76,7 @@ jobs:
- os: macos-13
python_version: '3.13'
test_select: ios
- os: macos-14 # 20250811 macos-15 update caused havoc with iOS simulators
- os: macos-14 # See https://github.com/actions/runner-images/issues/12777
python_version: '3.13'
test_select: ios
- os: macos-13