From 6e754a19bbb955a1e1294bdfde93728fc451a56d Mon Sep 17 00:00:00 2001 From: Minseong Jang Date: Mon, 12 Sep 2022 10:46:13 +0900 Subject: [PATCH] Update ci.yml --- .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 9e2d224..94d7ab0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,7 +14,7 @@ defaults: jobs: ci: name: ci - runs-on: [self-hosted, ubuntu-20.04] + runs-on: [self-hosted, ubuntu-22.04] steps: - uses: actions/checkout@v2 - name: Install Rust