Browse Source

update ci for macos

ruki 3 weeks ago
parent
commit
1b4f5df760
2 changed files with 2 additions and 2 deletions
  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:
   build:
     strategy:
     strategy:
       matrix:
       matrix:
-        os: [macOS-latest]
+        os: [macOS-14]
 
 
     runs-on: ${{ matrix.os }}
     runs-on: ${{ matrix.os }}
 
 

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

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