浏览代码

update ci for macos

ruki 3 周之前
父节点
当前提交
1b4f5df760
共有 2 个文件被更改,包括 2 次插入2 次删除
  1. 1 1
      .github/workflows/iphoneos.yml
  2. 1 1
      .github/workflows/mingw_macos.yml

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

@@ -9,7 +9,7 @@ jobs:
   build:
     strategy:
       matrix:
-        os: [macOS-latest]
+        os: [macOS-14]
 
     runs-on: ${{ matrix.os }}
 

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

@@ -9,7 +9,7 @@ jobs:
   build:
     strategy:
       matrix:
-        os: [macOS-latest]
+        os: [macOS-14]
         kind: [static, shared]
         arch: [i386, x86_64]