소스 검색

use macos-large

ruki 1 년 전
부모
커밋
b0e4171eae
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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 }}