Use 'os' instead of the deprecated 'platform' in build matrix (#347)
This commit is contained in:
committed by
GitHub
parent
6976dffdfb
commit
cdcead1143
4
.github/workflows/buildmaster.yaml
vendored
4
.github/workflows/buildmaster.yaml
vendored
@@ -12,8 +12,8 @@ jobs:
|
||||
strategy:
|
||||
matrix:
|
||||
go-version: [~1.13, ^1]
|
||||
platform: [ubuntu-latest, macos-latest]
|
||||
runs-on: ${{ matrix.platform }}
|
||||
os: [ubuntu-latest, macos-latest]
|
||||
runs-on: ${{ matrix.os }}
|
||||
|
||||
steps:
|
||||
- name: Install go
|
||||
|
||||
Reference in New Issue
Block a user