From bb173540b346e3fe68137f244214a2864dbfe738 Mon Sep 17 00:00:00 2001 From: Audric Ackermann Date: Thu, 29 Aug 2024 14:17:31 +1000 Subject: [PATCH] fix: remove macos-14 from release until we fixed the auto updater --- .github/workflows/release.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 06a6a9214..4d5cfe22b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -12,8 +12,7 @@ jobs: strategy: fail-fast: false matrix: - # We want a mac arm64 build, and according to this https://github.com/actions/runner-images#available-images macos-14 is always arm64 - os: [windows-2022, ubuntu-20.04, macos-12, macos-14] + os: [windows-2022, ubuntu-20.04, macos-12] env: SIGNAL_ENV: production GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}