Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/SpectrumIM/spectrum2.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVitaly Takmazov <vitalyster@gmail.com>2022-02-18 16:48:58 +0300
committerVitaly Takmazov <vitalyster@gmail.com>2022-02-18 16:48:58 +0300
commitb5a2a6c2f12ed6723fa716d7473b9da3096f1b88 (patch)
tree9b5513b6afbda20e4a18ea49ae9d482e9d427bbf
parentc1a551b8bbf7ce273a027b4dfdb096f819f1abb6 (diff)
Revert "CI: runs-on self-hosted"
This reverts commit c1a551b8bbf7ce273a027b4dfdb096f819f1abb6.
-rw-r--r--.github/workflows/publish.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml
index 5ce9901c..5f9f75ad 100644
--- a/.github/workflows/publish.yml
+++ b/.github/workflows/publish.yml
@@ -9,7 +9,7 @@ on:
jobs:
build:
- runs-on: self-hosted
+ runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2