mirror of
https://github.com/pesde-pkg/pesde.git
synced 2024-12-12 11:00:36 +00:00
ci: update macos x86_64 image (the default is now arm)
This commit is contained in:
parent
3082d69583
commit
39102908cb
1 changed files with 5 additions and 7 deletions
12
.github/workflows/release.yaml
vendored
12
.github/workflows/release.yaml
vendored
|
@ -28,17 +28,15 @@ jobs:
|
|||
arch: x86_64
|
||||
target: x86_64-pc-windows-msvc
|
||||
|
||||
- os: macos-latest
|
||||
- os: macos-13
|
||||
host: macos
|
||||
arch: x86_64
|
||||
target: x86_64-apple-darwin
|
||||
|
||||
# not included in free minutes
|
||||
# TODO: find a replacement (can't cross compile for aarch64 on x86_64 due to OpenSSL)
|
||||
# - os: macos-latest-xlarge
|
||||
# host: macos
|
||||
# arch: aarch64
|
||||
# target: aarch64-apple-darwin
|
||||
- os: macos-latest
|
||||
host: macos
|
||||
arch: aarch64
|
||||
target: aarch64-apple-darwin
|
||||
runs-on: ${{ matrix.os }}
|
||||
name: Build for ${{ matrix.host }}-${{ matrix.arch }}
|
||||
steps:
|
||||
|
|
Loading…
Reference in a new issue