Skip to content

Commit 6dec0db

Browse files
committed
Hmm
1 parent fda7750 commit 6dec0db

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/go.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@ on:
1212

1313
jobs:
1414
build:
15-
name: Build and test on ${{ matrix.os }} ${{ matrix.arch }}
16-
strategy:
17-
matrix:
18-
os: [darwin, linux]
19-
arch: [amd64, arm64]
2015
runs-on: ubuntu-latest
16+
# name: Build and test on ${{ matrix.os }} ${{ matrix.arch }}
17+
# strategy:
18+
# matrix:
19+
# os: [darwin, linux]
20+
# arch: [amd64, arm64]
2121
steps:
2222
- uses: actions/checkout@v4
2323

0 commit comments

Comments
 (0)