Skip to content

Commit 5ed08c4

Browse files
hugovkmiss-islingtonclintonsteiner
authored
[3.11] pythongh-145098: Run Apple Silicon macOS CI on macos-26 (Tahoe) (pythonGH-145099) (pythonGH-146412) (pythonGH-146414) (pythonGH-146635) (python#146638)
Co-authored-by: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> Co-authored-by: clintonsteiner <47841949+clintonsteiner@users.noreply.github.com>
1 parent ceac1ef commit 5ed08c4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/reusable-macos.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ jobs:
2323
fail-fast: false
2424
matrix:
2525
os: [
26-
"macos-14", # M1
27-
"macos-15-intel", # Intel
26+
"macos-26", # Apple Silicon
27+
"macos-26-intel", # Intel
2828
]
2929
runs-on: ${{ matrix.os }}
3030
steps:

0 commit comments

Comments
 (0)