Skip to content

Commit 7362ffd

Browse files
authored
[3.11] gh-137638: Use macos-15-intel in GitHub Actions (GH-139154) (#139794)
1 parent 1d29afb commit 7362ffd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/reusable-macos.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ jobs:
2424
matrix:
2525
os: [
2626
"macos-14", # M1
27+
"macos-15-intel", # Intel
2728
]
2829
runs-on: ${{ matrix.os }}
2930
steps:

0 commit comments

Comments
 (0)