We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be4332e commit 1d7fb8bCopy full SHA for 1d7fb8b
.github/workflows/test.yml
@@ -5,8 +5,8 @@ jobs:
5
strategy:
6
matrix:
7
go-version: [1.13.x, 1.14.x]
8
- platform: [ubuntu-latest, macos-latest, windows-latest]
9
- runs-on: ${{ matrix.platform }}
+ os: [ubuntu-latest, macos-latest, windows-latest]
+ runs-on: ${{ matrix.os }}
10
steps:
11
- name: Install Go
12
uses: actions/setup-go@v2
README.md
@@ -14,7 +14,7 @@ jobs:
14
15
16
17
18
runs-on: ${{ matrix.platform }}
19
20
0 commit comments