Skip to content

Commit 5ed08c4

Browse files
hugovkmiss-islingtonclintonsteiner
authored
[3.11] gh-145098: Run Apple Silicon macOS CI on macos-26 (Tahoe) (GH-145099) (GH-146412) (GH-146414) (GH-146635) (#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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.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)