|
|
|
@ -204,13 +204,13 @@ jobs:
|
|
|
|
fail-fast: false
|
|
|
|
fail-fast: false
|
|
|
|
matrix:
|
|
|
|
matrix:
|
|
|
|
include:
|
|
|
|
include:
|
|
|
|
|
|
|
|
- target: x86_64-apple-darwin
|
|
|
|
# macos-15 is arm64[0] which doesn't support nested
|
|
|
|
# macos-15 is arm64[0] which doesn't support nested
|
|
|
|
# virtualization[1].
|
|
|
|
# virtualization[1].
|
|
|
|
#
|
|
|
|
#
|
|
|
|
# [0] https://github.com/actions/runner-images#available-images
|
|
|
|
# [0] https://github.com/actions/runner-images#available-images
|
|
|
|
#
|
|
|
|
#
|
|
|
|
# [1] https://docs.github.com/en/actions/reference/runners/github-hosted-runners#limitations-for-arm64-macos-runners
|
|
|
|
# [1] https://docs.github.com/en/actions/reference/runners/github-hosted-runners#limitations-for-arm64-macos-runners
|
|
|
|
- target: x86_64-apple-darwin
|
|
|
|
|
|
|
|
os: macos-15-intel
|
|
|
|
os: macos-15-intel
|
|
|
|
|
|
|
|
|
|
|
|
# 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.
|
|
|
|
|