From 119db76c47ec647eb8d2c52e0d0bb498e53fd70b Mon Sep 17 00:00:00 2001 From: Aleksandar Brayanov Date: Thu, 20 Jul 2023 05:35:59 +0100 Subject: [PATCH] revert linux version on test workflow --- .github/workflows/rust-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/rust-test.yml b/.github/workflows/rust-test.yml index cfd51e1e3..7ccfb9c3c 100644 --- a/.github/workflows/rust-test.yml +++ b/.github/workflows/rust-test.yml @@ -14,7 +14,7 @@ on: jobs: check: # The type of runner that the job will run on - runs-on: ubuntu-22.04 + runs-on: ubuntu-20.04 # Steps represent a sequence of tasks that will be executed as part of the job steps: