We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05148e6 commit ececfb7Copy full SHA for ececfb7
.github/workflows/ci.yml
@@ -315,7 +315,9 @@ jobs:
315
- name: Windows
316
runs_on: windows-latest
317
- name: macOS
318
- runs_on: macos-latest
+ runs_on: macos-26
319
+ - name: "macOS (Intel)"
320
+ runs_on: macos-26-intel
321
python-version: >-
322
${{
323
fromJSON(
@@ -443,7 +445,9 @@ jobs:
443
445
- name: Ubuntu
444
446
runs_on: ubuntu-latest
447
- name: MacOS
448
449
+ - name: "MacOS (Intel)"
450
451
452
453
python-version:
changelog.d/+e53eb3b6.contrib.md
@@ -0,0 +1,2 @@
1
+CI testing now runs on Intel and ARM macOS runners, and is pinned to a specific
2
+macOS version -- by {user}`sirosen`.
0 commit comments