|
|
|
@ -205,13 +205,9 @@ jobs:
|
|
|
|
matrix:
|
|
|
|
matrix:
|
|
|
|
include:
|
|
|
|
include:
|
|
|
|
- target: x86_64-apple-darwin
|
|
|
|
- target: x86_64-apple-darwin
|
|
|
|
# macos-14 is arm64[0] which doesn't support nested
|
|
|
|
os: macos-15-intel
|
|
|
|
# virtualization[1].
|
|
|
|
- target: aarch64-apple-darwin
|
|
|
|
#
|
|
|
|
os: macos-15
|
|
|
|
# [0] https://github.com/actions/runner-images#available-images
|
|
|
|
|
|
|
|
#
|
|
|
|
|
|
|
|
# [1] https://docs.github.com/en/actions/using-github-hosted-runners/about-github-hosted-runners/about-github-hosted-runners#limitations-for-arm64-macos-runners
|
|
|
|
|
|
|
|
os: macos-13
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# We don't use ubuntu-latest because we care about the apt packages available.
|
|
|
|
# We don't use ubuntu-latest because we care about the apt packages available.
|
|
|
|
- target: x86_64-unknown-linux-gnu
|
|
|
|
- target: x86_64-unknown-linux-gnu
|
|
|
|
|