2
0
ruki 3 долоо хоног өмнө
parent
commit
1b4f5df760

+ 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]