Update to macOS 15 (#1351)

reviewable/pr1318/r17
Tamir Duberstein 2 months ago committed by GitHub
parent e2a68ee384
commit d1fdbb9930
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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

Loading…
Cancel
Save