ci: update macos x86_64 image (the default is now arm)

This commit is contained in:
daimond113 2024-05-12 13:15:51 +02:00
parent 3082d69583
commit 39102908cb
No known key found for this signature in database
GPG key ID: 3A8ECE51328B513C

View file

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