Skip to content

Commit b2d9b97

Browse files
authored
GitHub actions: replace ubuntu-20.04 with ubuntu-latest (#246)
update platform from ubuntu-20.04 to ubuntu-latest
1 parent ce45d2d commit b2d9b97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tr-publication.yml

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

0 commit comments

Comments
 (0)