CI: switch iOS build to macos-14 runner as macos-latest currently fails.

This commit is contained in:
ocornut
2025-09-12 16:41:05 +02:00
parent 36133d8ac4
commit 6d25cb844b

View File

@@ -558,7 +558,7 @@ jobs:
run: xcodebuild -project examples/example_apple_opengl2/example_apple_opengl2.xcodeproj -target example_osx_opengl2
iOS:
runs-on: macos-latest
runs-on: macos-14
steps:
- uses: actions/checkout@v4