From 5d69da3c21defdc8f84699e85082adf71f4d8266 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 8 Feb 2024 17:21:32 +0100 Subject: [PATCH] chore(deps): update dependency ubuntu to v22 (#47) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/_test_build_fake_prerelease.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/_test_build_fake_prerelease.yaml b/.github/workflows/_test_build_fake_prerelease.yaml index 75f4bdd..002b0a3 100644 --- a/.github/workflows/_test_build_fake_prerelease.yaml +++ b/.github/workflows/_test_build_fake_prerelease.yaml @@ -26,7 +26,7 @@ env: jobs: test-build-nix: name: Test binary compilation for all platforms:arch - runs-on: ubuntu-20.04 + runs-on: ubuntu-22.04 steps: - uses: actions/checkout@v4 - run: |