CI: Build x86_64-darwin release with macos-13 runner

`macos-latest` now points to `macos-14` which is an ARM64 chip.
This commit is contained in:
Jack Grigg 2024-08-28 15:42:21 +00:00
parent c5f0d61400
commit 917fc489f6

View file

@ -17,7 +17,13 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
name: [linux, armv7, arm64, windows, macos]
name:
- linux
- armv7
- arm64
- windows
- macos-x86_64
include:
- name: linux
os: ubuntu-20.04
@ -56,8 +62,8 @@ jobs:
archive_name: rage.zip
asset_suffix: x86_64-windows.zip
- name: macos
os: macos-latest
- name: macos-x86_64
os: macos-13
archive_name: rage.tar.gz
asset_suffix: x86_64-darwin.tar.gz