Skip to content

Commit e6ff189

Browse files
authored
Update macOS runner version in github actions (#933)
1 parent 84dd49a commit e6ff189

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
strategy:
7070
matrix:
7171
arch: ["x86-64"]
72-
runs-on: macos-13
72+
runs-on: macos-15-intel
7373

7474
steps:
7575
- uses: actions/checkout@v5

.github/workflows/wheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ${{ matrix.os }}
1515
strategy:
1616
matrix:
17-
os: [ubuntu-24.04, windows-2022, macos-13]
17+
os: [ubuntu-24.04, windows-2022, macos-14]
1818

1919
steps:
2020
- uses: actions/checkout@v5

0 commit comments

Comments
 (0)