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
@@ -32,7 +32,7 @@ jobs:
pythonVersion: "3.11"
testSelect: "native"
ios_311:
imageName: "macos-latest"
imageName: "macos-14" # See https://github.com/actions/runner-images/issues/12777
pythonVersion: "3.11"
testSelect: "ios"
android_macos_311: