소스 검색

Update mac-dmg.yml

Switch to macOS-12 due to errors
Armin Schrenk 6 달 전
부모
커밋
414d81dc06
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      .github/workflows/mac-dmg.yml

+ 1 - 1
.github/workflows/mac-dmg.yml

@@ -32,7 +32,7 @@ jobs:
       fail-fast: false
       matrix:
         include:
-        - os: macos-13
+        - os: macos-12
           architecture: x64
           output-suffix: x64
           xcode-path: '/Applications/Xcode_13.2.1.app'