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 arch: x86_64
target: x86_64-pc-windows-msvc target: x86_64-pc-windows-msvc
- os: macos-latest - os: macos-13
host: macos host: macos
arch: x86_64 arch: x86_64
target: x86_64-apple-darwin target: x86_64-apple-darwin
# not included in free minutes - os: macos-latest
# TODO: find a replacement (can't cross compile for aarch64 on x86_64 due to OpenSSL) host: macos
# - os: macos-latest-xlarge arch: aarch64
# host: macos target: aarch64-apple-darwin
# arch: aarch64
# target: aarch64-apple-darwin
runs-on: ${{ matrix.os }} runs-on: ${{ matrix.os }}
name: Build for ${{ matrix.host }}-${{ matrix.arch }} name: Build for ${{ matrix.host }}-${{ matrix.arch }}
steps: steps: