Use 'os' instead of the deprecated 'platform' in build matrix (#347)

This commit is contained in:
Christian Muehlhaeuser
2020-11-12 22:37:27 +01:00
committed by GitHub
parent 6976dffdfb
commit cdcead1143

View File

@@ -12,8 +12,8 @@ jobs:
strategy: strategy:
matrix: matrix:
go-version: [~1.13, ^1] go-version: [~1.13, ^1]
platform: [ubuntu-latest, macos-latest] os: [ubuntu-latest, macos-latest]
runs-on: ${{ matrix.platform }} runs-on: ${{ matrix.os }}
steps: steps:
- name: Install go - name: Install go