Skip to content

Commit

Permalink
Bump version of Ubuntu used in job (#351)
Browse files Browse the repository at this point in the history
Needed to get Python >=3.9 for Bikeshed. Also used this opportunity to bump
the version of the checkout action used.

Via #350 (comment)
  • Loading branch information
tidoust authored Dec 16, 2024
1 parent 3fbd743 commit 115bf9e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/auto-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ on:

jobs:
main:
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
steps:
# See doc at https://github.com/actions/checkout#checkout-v2
- name: Checkout repository
uses: actions/checkout@v2
uses: actions/checkout@v4

# See doc at https://github.com/w3c/spec-prod/#spec-prod
# The action only deploys the generated spec to the gh-pages branch when
Expand Down

0 comments on commit 115bf9e

Please sign in to comment.