From f01c1ab36641f1ac07b1aa9cdc7906e5f1f0ca9b Mon Sep 17 00:00:00 2001 From: svendlarsen Date: Tue, 15 Oct 2024 11:41:18 -0400 Subject: [PATCH] Work around failing bikeshed install on CI (#86) --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 2297823..a0b28d9 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -5,7 +5,7 @@ on: branches: [ main ] jobs: build: - runs-on: ubuntu-latest + runs-on: ubuntu-22.04 # Work around https://github.com/w3c/spec-prod/issues/189 name: Build, Validate and Deploy steps: - uses: actions/checkout@v2