From 7cfb2c07ab74aea130680f40cf48c547e3634ccb Mon Sep 17 00:00:00 2001 From: Bill Napier Date: Wed, 26 Mar 2025 22:27:02 +0000 Subject: [PATCH] Update runners to ubuntu-24.04 from deprecated ubuntu-20.04 label --- .github/workflows/pull_request.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index d186ca6..bf54bc6 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -6,7 +6,7 @@ env: NIXPKGS_ALLOW_UNFREE: 1 jobs: build-preview: - runs-on: ubuntu-20.04 + runs-on: 'ubuntu-24.04' steps: - uses: actions/checkout@v2.4.0 - uses: cachix/install-nix-action@v16 @@ -25,7 +25,7 @@ jobs: deploy-preview: needs: - build-preview - runs-on: ubuntu-20.04 + runs-on: 'ubuntu-24.04' steps: - uses: actions/checkout@v2.4.0 - uses: actions/download-artifact@master