Skip to content

Commit e0f557a

Browse files
committed
fix GHA pipeline
Signed-off-by: Avi Deitcher <avi@deitcher.net>
1 parent dd892b7 commit e0f557a

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)