diff options
author | Valery Piashchynski <[email protected]> | 2020-02-26 16:58:58 +0300 |
---|---|---|
committer | Valery Piashchynski <[email protected]> | 2020-02-26 16:58:58 +0300 |
commit | dba47ae114d385c4288cdc811b7a7ba648063e74 (patch) | |
tree | 071fbaf899aa9bf09886883bb15e0faa58979ddd /.github | |
parent | 8688b97153deacb98a2d7e39d36f942e5dd96bae (diff) |
Fix CI typo
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: |