From ec21ddef812ac6d28ea88e57320bf62ee2886df1 Mon Sep 17 00:00:00 2001 From: austinabell Date: Wed, 15 Jul 2020 11:09:03 -0400 Subject: [PATCH] Update machine version for docs publish --- .github/workflows/ci-rust.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-rust.yml b/.github/workflows/ci-rust.yml index 741ff1fabdb1..5bb1c4962368 100644 --- a/.github/workflows/ci-rust.yml +++ b/.github/workflows/ci-rust.yml @@ -101,7 +101,7 @@ jobs: if: github.event_name == 'push' && github.event.ref == 'refs/heads/main' name: Publish Documentation needs: [clippy, test] - runs-on: ubuntu-latest + runs-on: ubuntu-16.04 steps: - uses: actions/checkout@v2 with: