Skip to content

Commit ec7bdab

Browse files
committed
fix: use macos-15-intel for x86_64 build
1 parent cf045f2 commit ec7bdab

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
include:
1717
- os: macos-latest
1818
target: macos-arm64
19-
- os: macos-latest
19+
- os: macos-15-intel
2020
target: macos-x86_64
2121
- os: ubuntu-latest
2222
target: linux-x86_64
@@ -66,7 +66,7 @@ jobs:
6666
include:
6767
- os: macos-latest
6868
target: macos-arm64
69-
- os: macos-latest
69+
- os: macos-15-intel
7070
target: macos-x86_64
7171
- os: ubuntu-latest
7272
target: linux-x86_64

0 commit comments

Comments
 (0)