diff options
author | Valery Piashchynski <[email protected]> | 2021-01-05 20:03:02 +0300 |
---|---|---|
committer | Valery Piashchynski <[email protected]> | 2021-01-05 20:03:02 +0300 |
commit | c9f670ee734355cbc5d504186946b7db67cf62b5 (patch) | |
tree | 1c4f9f09b933bdba45b6263a1575734a1668ec54 /.github | |
parent | 49e2440dd0be8b54ad08586e822333a3ed5e0db6 (diff) |
Use 10.15 version of macos in GHA
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/build.yml | 2 |
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> |