Skip to content

Commit fe1ffc1

Browse files
authored
Update auto-publish.yml
[GitHub will no longer support the Ubuntu 20.04 runner image starting from April 1, 2025](actions/runner-images#11101). That PR updates the actions to use ubuntu-latest instead
1 parent dd40179 commit fe1ffc1

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
@@ -6,7 +6,7 @@ on:
66
jobs:
77
main:
88
name: Build, Validate and Deploy
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)