Skip to content
This repository was archived by the owner on Mar 5, 2026. It is now read-only.

Commit 92e8f2d

Browse files
aselyajohannhof
authored andcommitted
Update auto-publish.yml
update workflow to use ubuntu-latest This update is based on the error message (see below) received on my latest PR. Error message: $ bikeshed update Bikeshed now requires Python 3.9; you are on 3.8.10. If you're seeing this message in your CI run, you are likely specifying an old OS; try `ubuntu-latest`. If you're seeing this on the command line, see the docs for instructions: https://speced.github.io/bikeshed/#installing Command `bikeshed update` failed with exit code: 1.
1 parent 1ec31c2 commit 92e8f2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/auto-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
jobs:
77
main:
88
name: Build, Validate and Deploy
9-
runs-on: ubuntu-20.04
9+
runs-on: ubuntu-latest
1010
steps:
1111
- uses: actions/checkout@v3
1212
- uses: w3c/spec-prod@v2

0 commit comments

Comments
 (0)