Skip to content

Commit 180d2c6

Browse files
committed
Fix macos x64 builds
1 parent 70fbbfc commit 180d2c6

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/native_binary_build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
label: linux-x64
2727
- os: macos-14
2828
label: macos-arm64
29-
- os: macos-13
29+
- os: macos-15-intel
3030
label: macos-x64
3131

3232
runs-on: ${{ matrix.os }}

.github/workflows/native_binary_release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
label: linux-x64
1919
- os: macos-14
2020
label: macos-arm64
21-
- os: macos-13
21+
- os: macos-15-intel
2222
label: macos-x64
2323

2424
runs-on: ${{ matrix.os }}

0 commit comments

Comments
 (0)