Skip to content

Commit

Permalink
[Editorial] Update github workflows to use ubuntu-latest
Browse files Browse the repository at this point in the history
This makes sure that we move onto a newer Python version, which
is required by bikesheds newer releases.
  • Loading branch information
stephenmcgruer committed Nov 7, 2024
1 parent dd1ab80 commit 94dc024
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/auto-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:
jobs:
main:
name: Build, Validate and Deploy
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: w3c/spec-prod@v2
Expand All @@ -24,4 +24,4 @@ jobs:
W3C_WG_DECISION_URL: https://www.w3.org/2016/04/14-wpwg-minutes.html
W3C_BUILD_OVERRIDE: |
status: CRD
shortname: secure-payment-confirmation
shortname: secure-payment-confirmation
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
jobs:
main:
name: Build, Validate, and Publish
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: w3c/spec-prod@v2
Expand Down

0 comments on commit 94dc024

Please sign in to comment.