diff options
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/ci-build.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci-build.yml b/.github/workflows/ci-build.yml index 24123525..b70a5d30 100644 --- a/.github/workflows/ci-build.yml +++ b/.github/workflows/ci-build.yml @@ -11,7 +11,7 @@ jobs: matrix: php: [7.1, 7.2, 7.3, 7.4] go: [1.12, 1.13] - os: [ubuntu-latest, macOS-latest, windows, latest] + os: [ubuntu-latest, macOS-latest, windows-latest] env: GO111MODULE: on steps: |