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