mirror of
https://github.com/eigent-ai/eigent.git
synced 2026-05-05 07:10:19 +00:00
update cicd setting in workflows
This commit is contained in:
parent
cc3cc9c297
commit
0375d7aa66
1 changed files with 2 additions and 2 deletions
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
|
|
@ -27,7 +27,7 @@ jobs:
|
|||
include:
|
||||
- os: macos-latest
|
||||
arch: arm64
|
||||
- os: macos-13
|
||||
- os: macos-15-intel
|
||||
arch: x64
|
||||
- os: windows-latest
|
||||
arch: x64
|
||||
|
|
@ -103,7 +103,7 @@ jobs:
|
|||
- name: Download mac-x64 artifact
|
||||
uses: actions/download-artifact@v4
|
||||
with:
|
||||
name: release-macos-13-x64
|
||||
name: release-macos-15-intel-x64
|
||||
path: temp-mac-x64
|
||||
|
||||
- name: Download mac-arm64 artifact
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue