mirror of
https://github.com/eigent-ai/eigent.git
synced 2026-05-02 13:40:15 +00:00
edit build config
This commit is contained in:
parent
11b7edee44
commit
a2bc5a6e49
1 changed files with 7 additions and 2 deletions
9
.github/workflows/build.yml
vendored
9
.github/workflows/build.yml
vendored
|
|
@ -24,8 +24,13 @@ jobs:
|
||||||
|
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
os: [macos-latest, macos-13, windows-latest]
|
include:
|
||||||
arch: [x64, arm64]
|
- os: macos-latest
|
||||||
|
arch: arm64
|
||||||
|
- os: macos-13
|
||||||
|
arch: x64
|
||||||
|
- os: windows-latest
|
||||||
|
arch: x64
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout Code
|
- name: Checkout Code
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue