summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorValery Piashchynski <[email protected]>2020-02-26 16:58:58 +0300
committerValery Piashchynski <[email protected]>2020-02-26 16:58:58 +0300
commitdba47ae114d385c4288cdc811b7a7ba648063e74 (patch)
tree071fbaf899aa9bf09886883bb15e0faa58979ddd /.github
parent8688b97153deacb98a2d7e39d36f942e5dd96bae (diff)
Fix CI typo
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci-build.yml2
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: