修改actions编译脚本

This commit is contained in:
lwch
2021-08-19 10:29:56 +08:00
parent 6670eedcc1
commit 0f10749207
+8 -7
View File
@@ -9,15 +9,16 @@ on:
jobs:
build:
runs-on:
- ubuntu-18.04
- ubuntu-20.04
- windows-2016
- windows-2019
- macos-10.15
- macos-11
runs-on: ${{ matrix.os }}
strategy:
matrix:
os:
- ubuntu-18.04
- ubuntu-20.04
- windows-2016
- windows-2019
- macos-10.15
- macos-11
go:
- 1.10
- 1.11