Skip to content

Commit

Permalink
use macos 12 when building all installers
Browse files Browse the repository at this point in the history
This should fix the nightly builds
  • Loading branch information
casperlamboo committed Oct 11, 2023
1 parent 9f1be53 commit 4378e8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/installers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 4378e8a

Please sign in to comment.