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:
authorvitalyster <vitalyster@gmail.com>2022-02-18 15:51:15 +0300
committerGitHub <noreply@github.com>2022-02-18 15:51:15 +0300
commitc1a551b8bbf7ce273a027b4dfdb096f819f1abb6 (patch)
treebd8afb493cf8ca676b4d3d5225f4509e8d38fccc
parent9810aad2e69cefb85a30587202b294d28ed90313 (diff)
CI: runs-on self-hosted
-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 5f9f75ad..5ce9901c 100644
--- a/.github/workflows/publish.yml
+++ b/.github/workflows/publish.yml
@@ -9,7 +9,7 @@ on:
jobs:
build:
- runs-on: ubuntu-20.04
+ runs-on: self-hosted
steps:
- uses: actions/checkout@v2