Skip to content

Commit 7809c41

Browse files
committed
actions: remove windows from matrix
1 parent 195bafb commit 7809c41

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
build:
1111
strategy:
1212
matrix:
13-
os: [ubuntu-latest, windows-latest]
13+
os: [ubuntu-latest]
1414
go-version: [1.24]
1515
runs-on: ${{ matrix.os }}
1616

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
test:
1111
strategy:
1212
matrix:
13-
os: [ubuntu-latest, windows-latest]
13+
os: [ubuntu-latest]
1414
go-version: [1.24]
1515
runs-on: ${{ matrix.os }}
1616

0 commit comments

Comments
 (0)