Skip to content

Commit 2e50dbc

Browse files
committed
Merge remote-tracking branch 'fairy/master' into tools
2 parents b6644b1 + e6ff189 commit 2e50dbc

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
@@ -66,7 +66,7 @@ jobs:
6666
strategy:
6767
matrix:
6868
arch: ["x86-64"]
69-
runs-on: macos-13
69+
runs-on: macos-15-intel
7070

7171
steps:
7272
- 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)