Skip to content

Commit eae951b

Browse files
committed
[3.12] gh-145098: Use macos-26-intel instead of macos-15-intel (GH-149991)
This reverts commit cb76ab3. (cherry picked from commit 517d3d2) Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
1 parent 7c999be commit eae951b

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -224,16 +224,16 @@ jobs:
224224
strategy:
225225
fail-fast: false
226226
matrix:
227-
# macos-26 is Apple Silicon, macos-15-intel is Intel.
228-
# macos-15-intel only runs tests against the GIL-enabled CPython.
227+
# macos-26 is Apple Silicon, macos-26-intel is Intel.
228+
# macos-26-intel only runs tests against the GIL-enabled CPython.
229229
os:
230230
- macos-26
231-
- macos-15-intel
231+
- macos-26-intel
232232
free-threading:
233233
- false
234234
# - true
235235
exclude:
236-
- os: macos-15-intel
236+
- os: macos-26-intel
237237
free-threading: true
238238
uses: ./.github/workflows/reusable-macos.yml
239239
with:

0 commit comments

Comments
 (0)