From 4378e8a827f557829b39425c4d4f694a91e8dc25 Mon Sep 17 00:00:00 2001 From: "c.lamboo" Date: Wed, 11 Oct 2023 16:50:10 +0200 Subject: [PATCH] use macos 12 when building all installers This should fix the nightly builds --- .github/workflows/installers.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/installers.yml b/.github/workflows/installers.yml index 4fe227756c3..24a9bab74fa 100644 --- a/.github/workflows/installers.yml +++ b/.github/workflows/installers.yml @@ -95,7 +95,7 @@ jobs: enterprise: ${{ github.event.inputs.enterprise == 'true' }} staging: ${{ github.event.inputs.staging == 'true' }} architecture: X64 - operating_system: macos-11.0 + operating_system: macos-12.0 secrets: inherit macos-arm-installer: