Skip to content

Commit 870e47c

Browse files
attempt to run on windows-latest
1 parent 757f8ef commit 870e47c

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/golang.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,9 @@ on: [push]
33

44
jobs:
55
build:
6-
runs-on: ubuntu-latest
7-
6+
runs-on:
7+
- ubuntu-latest
8+
- windows-latest
89
steps:
910
- uses: actions/checkout@v4
1011
- name: Setup Go

0 commit comments

Comments
 (0)