mirror of
https://github.com/str4d/rage.git
synced 2025-04-04 03:17:42 +03:00
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:
parent
c5f0d61400
commit
917fc489f6
1 changed files with 9 additions and 3 deletions
12
.github/workflows/release.yml
vendored
12
.github/workflows/release.yml
vendored
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue