From df75b33096877302626fc7a76c22433182b113c0 Mon Sep 17 00:00:00 2001 From: Alex-Welsh Date: Wed, 12 Feb 2025 08:17:29 +0000 Subject: [PATCH] Stop using Ubuntu Focal runners --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ec29a53..a3e6f05 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -6,7 +6,7 @@ on: jobs: pre-commit: - runs-on: ubuntu-20.04 + runs-on: ubuntu-latest steps: - name: Check out the codebase. uses: actions/checkout@v3 @@ -32,7 +32,7 @@ jobs: run: pre-commit run --all-files bash-unit-tests: - runs-on: ubuntu-20.04 + runs-on: ubuntu-latest steps: - name: Check out the codebase. uses: actions/checkout@v3