summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorValery Piashchynski <[email protected]>2021-01-05 20:03:02 +0300
committerValery Piashchynski <[email protected]>2021-01-05 20:03:02 +0300
commitc9f670ee734355cbc5d504186946b7db67cf62b5 (patch)
tree1c4f9f09b933bdba45b6263a1575734a1668ec54 /.github
parent49e2440dd0be8b54ad08586e822333a3ed5e0db6 (diff)
Use 10.15 version of macos in GHA
Diffstat (limited to '.github')
-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 f9efbde0..b0cd285d 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-20.04, windows-latest, macos-latest ]
+ os: [ ubuntu-20.04, windows-latest, macos-10.15 ]
steps:
- name: Set up Go ${{ matrix.go }}
uses: actions/setup-go@v2 # action page: <https://github.com/actions/setup-go>