fix: remove macos-14 from release until we fixed the auto updater

pull/3193/head v1.13.2
Audric Ackermann 1 year ago
parent 6a12b1eac1
commit bb173540b3
No known key found for this signature in database

@ -12,8 +12,7 @@ jobs:
strategy: strategy:
fail-fast: false fail-fast: false
matrix: 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]
os: [windows-2022, ubuntu-20.04, macos-12, macos-14]
env: env:
SIGNAL_ENV: production SIGNAL_ENV: production
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

Loading…
Cancel
Save