From 6fa93b8fe2a063351d3fddd6cd8da32d4c6956d7 Mon Sep 17 00:00:00 2001 From: Christian Langenbacher Date: Thu, 28 Oct 2021 10:58:19 +0200 Subject: [PATCH] [GA] downgrade build-skip-ias runner.os for worker compatible artifact --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 38a7f23..79685f4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -104,7 +104,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - os: [ubuntu-20.04] + os: [ubuntu-18.04] rust: [stable] binary: [release] env: