Restore comment

reviewable/pr1351/r2
Tamir Duberstein 1 month ago committed by GitHub
parent f15007261e
commit cc9522aa1f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -204,10 +204,14 @@ jobs:
fail-fast: false fail-fast: false
matrix: matrix:
include: include:
# macos-15 is arm64[0] which doesn't support nested
# virtualization[1].
#
# [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
- target: x86_64-apple-darwin - target: x86_64-apple-darwin
os: macos-15-intel os: macos-15-intel
- target: aarch64-apple-darwin
os: macos-15
# 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

Loading…
Cancel
Save