소스 검색

update macos ci https://github.com/actions/runner-images/issues/10721

star9029 9 달 전
부모
커밋
7a55524176
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      .github/workflows/macos_x86_64.yml

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

@@ -10,7 +10,7 @@ jobs:
     strategy:
       fail-fast: false
       matrix:
-        os: [macos-12]
+        os: [macos-13]
         arch: [x86_64]
         kind: [static, shared]