Skip to content

Commit 94dc024

Browse files
[Editorial] Update github workflows to use ubuntu-latest
This makes sure that we move onto a newer Python version, which is required by bikesheds newer releases.
1 parent dd1ab80 commit 94dc024

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/auto-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ on:
1111
jobs:
1212
main:
1313
name: Build, Validate and Deploy
14-
runs-on: ubuntu-20.04
14+
runs-on: ubuntu-latest
1515
steps:
1616
- uses: actions/checkout@v2
1717
- uses: w3c/spec-prod@v2
@@ -24,4 +24,4 @@ jobs:
2424
W3C_WG_DECISION_URL: https://www.w3.org/2016/04/14-wpwg-minutes.html
2525
W3C_BUILD_OVERRIDE: |
2626
status: CRD
27-
shortname: secure-payment-confirmation
27+
shortname: secure-payment-confirmation

.github/workflows/build.yml

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

0 commit comments

Comments
 (0)