Skip to content

Commit 75d5f3b

Browse files
authored
Merge pull request #47 from aifoundry-org/fix-pipeline
fix GHA pipeline
2 parents dd892b7 + e0f557a commit 75d5f3b

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,6 @@ jobs:
2626
build:
2727
strategy:
2828
matrix:
29-
arch: [amd64, arm64, riscv64]
30-
os: [linux, darwin]
3129
include:
3230
- arch: amd64
3331
os: linux
@@ -40,7 +38,7 @@ jobs:
4038
- arch: arm64
4139
os: darwin
4240

43-
runs-on: ubuntu-latest
41+
runs-on: ubuntu-latest
4442
steps:
4543
- name: Checkout code
4644
uses: actions/checkout@v4

0 commit comments

Comments
 (0)