summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorValery Piashchynski <[email protected]>2021-01-28 02:30:25 +0300
committerValery Piashchynski <[email protected]>2021-01-28 02:30:25 +0300
commit497e30ae67c84dca28e027ed90ecd3401cca3634 (patch)
treeaae8e9c3726f5723ccbd22dffeab167688fec89d
parentda2b4e81c523be98f1c845ff0711d9705d048cc5 (diff)
Revert experiments with self-hosted ci
-rw-r--r--.github/workflows/linux.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml
index 87ea8b35..27df293a 100644
--- a/.github/workflows/linux.yml
+++ b/.github/workflows/linux.yml
@@ -20,7 +20,7 @@ jobs:
matrix:
php: [ "7.4", "8.0" ]
go: [ "1.14", "1.15" ]
- os: [ self-hosted ]
+ os: [ ubuntu-20.04 ]
steps:
- name: Set up Go ${{ matrix.go }}
uses: actions/setup-go@v2 # action page: <https://github.com/actions/setup-go>