瀏覽代碼

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

ocornut 1 天之前
父節點
當前提交
6d25cb844b
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      .github/workflows/build.yml

+ 1 - 1
.github/workflows/build.yml

@@ -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