From b450ab028d91bb72e95f057c2cddfa7f496e213a Mon Sep 17 00:00:00 2001 From: Armin Schrenk Date: Tue, 20 Aug 2024 17:42:32 +0200 Subject: [PATCH] Update mac-dmg.yml macos-11 is no more --- .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 63c4db0f6..d26537834 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-11 + - os: macos-13 architecture: x64 output-suffix: x64 xcode-path: '/Applications/Xcode_13.2.1.app'