[3.11] gh-137638: Use macos-15-intel in GitHub Actions (GH-139154) (#139794)

This commit is contained in:
Jacob Coffee 2025-10-08 12:04:27 -04:00 committed by GitHub
parent 1d29afb0d6
commit 7362ffdfe9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -24,6 +24,7 @@ jobs:
matrix:
os: [
"macos-14", # M1
"macos-15-intel", # Intel
]
runs-on: ${{ matrix.os }}
steps: