Skip to content

Commit a7ca34a

Browse files
authored
Merge pull request #314 from w3c/ubuntu-latest
GitHub actions: replace ubuntu-20.04 with ubuntu-latest
2 parents 7d535f4 + 86c4997 commit a7ca34a

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
@@ -10,7 +10,7 @@ on:
1010
jobs:
1111
validate-and-publish:
1212
name: Validate and Publish
13-
runs-on: ubuntu-20.04 # only linux supported at present
13+
runs-on: ubuntu-latest # only linux supported at present
1414
steps:
1515
- uses: actions/checkout@v4
1616
- uses: w3c/spec-prod@v2 # use the action

0 commit comments

Comments
 (0)