diff options
author | Valery Piashchynski <[email protected]> | 2020-12-20 16:48:49 +0300 |
---|---|---|
committer | Valery Piashchynski <[email protected]> | 2020-12-20 16:48:49 +0300 |
commit | 349088db2081704e15699ce1e6f6b1f8898bd336 (patch) | |
tree | f6bcbfd6c6fa204be11a7eda442eeadd6cf5426d /.github | |
parent | 9d2bb93b3341471a084482f7bd41cac543f95cb2 (diff) |
Remove reloadLiveAfterHTTP
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 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> |