Skip to content

Commit 0ec233a

Browse files
authored
fix test matrix (#4)
* fix runs on * Update go.yml
1 parent eb58bee commit 0ec233a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/go.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
matrix:
1515
os: [ubuntu-latest, macos-latest, windows-latest]
1616
go: [1.12, 1.13, 1.4, 1.15]
17-
runs-on: ubuntu-latest
17+
runs-on: ${{ matrix.os }}
1818
steps:
1919
- name: Set up Go 1.x
2020
uses: actions/setup-go@v2

0 commit comments

Comments
 (0)