Skip to content

Commit ececfb7

Browse files
committed
Update CI to test both Intel and ARM macOS
Pin the macOS CI runners specifically to `macos-26` and `macos-26-intel`.
1 parent 05148e6 commit ececfb7

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -315,7 +315,9 @@ jobs:
315315
- name: Windows
316316
runs_on: windows-latest
317317
- name: macOS
318-
runs_on: macos-latest
318+
runs_on: macos-26
319+
- name: "macOS (Intel)"
320+
runs_on: macos-26-intel
319321
python-version: >-
320322
${{
321323
fromJSON(
@@ -443,7 +445,9 @@ jobs:
443445
- name: Ubuntu
444446
runs_on: ubuntu-latest
445447
- name: MacOS
446-
runs_on: macos-latest
448+
runs_on: macos-26
449+
- name: "MacOS (Intel)"
450+
runs_on: macos-26-intel
447451
- name: Windows
448452
runs_on: windows-latest
449453
python-version:

changelog.d/+e53eb3b6.contrib.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)