From b650d94eb05703247a18634aaa8363d85736147c Mon Sep 17 00:00:00 2001 From: Reilly Grant Date: Tue, 7 Jan 2025 14:21:04 -0800 Subject: [PATCH] Update GitHub Action to ubuntu-latest Bikeshed requires Python 3.9, which is not provided by Ubuntu 20.04. --- .github/workflows/pr-push.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr-push.yml b/.github/workflows/pr-push.yml index 8910a44..3f65496 100644 --- a/.github/workflows/pr-push.yml +++ b/.github/workflows/pr-push.yml @@ -6,7 +6,7 @@ on: jobs: main: name: Build, Validate and Deploy - runs-on: ubuntu-20.04 + runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - name: index.bs