Skip to content

Commit

Permalink
Work around failing bikeshed install on CI (#86)
Browse files Browse the repository at this point in the history
  • Loading branch information
svendlarsen committed Oct 15, 2024
1 parent efef4f6 commit f01c1ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f01c1ab

Please sign in to comment.