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

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

@ -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 }}

Loading…
Cancel
Save