소스 검색

update ci for macos

ruki 1 개월 전
부모
커밋
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]