[3.13] gh-145098: Use macos-15-intel instead of unstable macos-26-intel (GH-148038) (#148077)

This commit is contained in:
Hugo van Kemenade 2026-04-04 13:04:43 +03:00 committed by GitHub
parent 140074eae6
commit df12674ecc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -246,16 +246,16 @@ jobs:
strategy:
fail-fast: false
matrix:
# macos-26 is Apple Silicon, macos-26-intel is Intel.
# macos-26-intel only runs tests against the GIL-enabled CPython.
# macos-26 is Apple Silicon, macos-15-intel is Intel.
# macos-15-intel only runs tests against the GIL-enabled CPython.
os:
- macos-26
- macos-26-intel
- macos-15-intel
free-threading:
- false
- true
exclude:
- os: macos-26-intel
- os: macos-15-intel
free-threading: true
uses: ./.github/workflows/reusable-macos.yml
with: