summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorValery Piashchynski <[email protected]>2020-12-18 23:45:53 +0300
committerGitHub <[email protected]>2020-12-18 23:45:53 +0300
commit0e02ec510acca9cd8691071850ba95a6cb91d78d (patch)
treee784e817e71f70f9d0275ef8842a63821e9ea515
parentad39466afb39fac49977cfb97f20f682f54bf35e (diff)
Update build.yml
-rw-r--r--.github/workflows/build.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 04545212..46831554 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -20,7 +20,7 @@ jobs:
matrix:
php: [ '7.4', '8.0' ]
go: [ '1.14', '1.15' ]
- os: [ ubuntu-latest, windows-latest, macos-latest ]
+ os: [ ubuntu-20.04, windows-latest, macos-latest ]
steps:
- name: Set up Go ${{ matrix.go }}
uses: actions/setup-go@v2 # action page: <https://github.com/actions/setup-go>