Skip to content

Commit ee7427a

Browse files
committed
updated macos-13 to macos-15-intel, as per actions/runner-images#13046
1 parent 66217c5 commit ee7427a

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/build_default.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@ jobs:
4646
cibw_archs: "auto"
4747
- os: windows-2022
4848
cibw_archs: "auto64"
49-
# Include macos-13 to get Intel x86_64 macs and maos-latest to get the Aaarch64 macs
50-
- os: macos-13
49+
# Include macos-15-intel to get Intel x86_64 macs and macos-latest to get the Aaarch64 macs
50+
- os: macos-15-intel
5151
cibw_archs: "x86_64"
5252
- os: macos-latest
5353
cibw_archs: "arm64"

.github/workflows/build_mkl.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ jobs:
1717
strategy:
1818
fail-fast: false
1919
matrix:
20-
# macos-latest now uses arm64 runners, but MKL is x86_64 only, so restrict to the macos-13 runners
20+
# macos-latest now uses arm64 runners, but MKL is x86_64 only, so restrict to the macos-15-intel runners
2121
# to get x86_64 architecture.
22-
os: [ubuntu-latest, macos-13]
22+
os: [ubuntu-latest, macos-15-intel]
2323

2424
steps:
2525
- uses: actions/checkout@master

0 commit comments

Comments
 (0)