Browse Source

use macos 12 when building all installers

This should fix the nightly builds
c.lamboo 1 year ago
parent
commit
4378e8a827
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .github/workflows/installers.yml

+ 1 - 1
.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: