From c223b3975219dad34a1985b948b21428c4aeeece Mon Sep 17 00:00:00 2001 From: Jelle Spijker Date: Fri, 13 Oct 2023 00:51:50 +0200 Subject: [PATCH] Fixed macos runner id https://docs.github.com/en/actions/using-github-hosted-runners/about-github-hosted-runners/about-github-hosted-runners --- .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 24a9bab74f..140248b664 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-12.0 + operating_system: macos-12 secrets: inherit macos-arm-installer: