Skip to content

Commit afe41f8

Browse files
committed
Add windows-latest to workflows
1 parent f425c66 commit afe41f8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
run:
1616
strategy:
1717
matrix:
18-
os: [ubuntu-latest, macos-latest]
18+
os: [ubuntu-latest, macos-latest, windows-latest]
1919
go-version: ${{ fromJSON(needs.get-go-versions.outputs.matrix) }}
2020
runs-on: ${{ matrix.os }}
2121
needs: get-go-versions
@@ -54,7 +54,7 @@ jobs:
5454
strategy:
5555
matrix:
5656
go-version: ${{ fromJSON(needs.get-go-versions.outputs.matrix) }}
57-
os: [ubuntu-latest, macos-latest]
57+
os: [ubuntu-latest, macos-latest, windows-latest]
5858
runs-on: ${{ matrix.os }}
5959
needs: get-go-versions
6060
steps:

0 commit comments

Comments
 (0)