Skip to content

Commit 6e45e0b

Browse files
committed
Stuff
1 parent dfc756d commit 6e45e0b

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.github/workflows/go.yml

+2-5
Original file line numberDiff line numberDiff line change
@@ -15,16 +15,13 @@ jobs:
1515
name: Build and test on ${{ matrix.os }} ${{ matrix.arch }}
1616
strategy:
1717
matrix:
18-
# os: [darwin, linux]
19-
# arch: [amd64, arm64]
20-
os: [linux]
21-
arch: [arm64]
18+
os: [darwin, linux]
19+
arch: [amd64, arm64]
2220
runs-on: ubuntu-latest
2321
steps:
2422
- uses: actions/checkout@v4
2523

2624
- name: Set up Go
27-
working-directory: ./browser
2825
uses: actions/setup-go@v5
2926
with:
3027
go-version: '1.23.2'

0 commit comments

Comments
 (0)