From 414d81dc06a75c0cf78f359df6c998fff2136879 Mon Sep 17 00:00:00 2001 From: Armin Schrenk Date: Tue, 20 Aug 2024 18:17:08 +0200 Subject: [PATCH] Update mac-dmg.yml Switch to macOS-12 due to errors --- .github/workflows/mac-dmg.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/mac-dmg.yml b/.github/workflows/mac-dmg.yml index d26537834..fdfda1f71 100644 --- a/.github/workflows/mac-dmg.yml +++ b/.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'