summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Sotoudeh <matthewsot@outlook.com>2020-11-10 14:11:37 -0800
committerMatthew Sotoudeh <matthewsot@outlook.com>2020-11-10 14:11:37 -0800
commitbe64046354a0451869d475e7f0d35f4eb2344c93 (patch)
tree1947f69081b4f647c643b0f9d5ce8c246a9b097c
parentccf79249ffd822be2a806c2789ff4cdf63bfb217 (diff)
Fix runner
-rw-r--r--.github/workflows/test_sifter.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/test_sifter.yml b/.github/workflows/test_sifter.yml
index 42ff5bf..4b88072 100644
--- a/.github/workflows/test_sifter.yml
+++ b/.github/workflows/test_sifter.yml
@@ -5,7 +5,7 @@ on: pull_request
jobs:
test-sifter:
- runs-on: [self-hosted, linux, x64]
+ runs-on: [ubuntu-18.04]
steps:
- uses: actions/checkout@v1
- name: Build and test Sifter.
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback