Przeglądaj źródła

use macos-large

ruki 1 rok temu
rodzic
commit
b0e4171eae
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      .github/workflows/macos_arm64.yml

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

@@ -9,7 +9,7 @@ jobs:
   build:
     strategy:
       matrix:
-        os: [macOS-latest-xlarge]
+        os: [macOS-latest-large]
         kind: [static, shared]
 
     runs-on: ${{ matrix.os }}