Skip to content

Commit 0375d7a

Browse files
committed
update cicd setting in workflows
1 parent cc3cc9c commit 0375d7a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
include:
2828
- os: macos-latest
2929
arch: arm64
30-
- os: macos-13
30+
- os: macos-15-intel
3131
arch: x64
3232
- os: windows-latest
3333
arch: x64
@@ -103,7 +103,7 @@ jobs:
103103
- name: Download mac-x64 artifact
104104
uses: actions/download-artifact@v4
105105
with:
106-
name: release-macos-13-x64
106+
name: release-macos-15-intel-x64
107107
path: temp-mac-x64
108108

109109
- name: Download mac-arm64 artifact

0 commit comments

Comments
 (0)