From 2f1e977bce77e8243a7945fdc038c136e8fd520e Mon Sep 17 00:00:00 2001 From: Adam Boutcher Date: Sun, 15 Aug 2021 20:36:30 +0100 Subject: [PATCH] sqlite to el7 instead of el8 again. --- .github/workflows/2_unstable.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/2_unstable.yml b/.github/workflows/2_unstable.yml index d1453cb8..98edde1d 100644 --- a/.github/workflows/2_unstable.yml +++ b/.github/workflows/2_unstable.yml @@ -273,7 +273,7 @@ jobs: test-postman-sqlite: needs: frontend - runs-on: [self-hosted, linux, aboutcher-hosted, rocky8] + runs-on: [self-hosted, linux, aboutcher-hosted, centos7] steps: - uses: actions/checkout@v2 - uses: actions/setup-go@v2