Skip to content

Commit 07b92e2

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 ad68ae3 commit 07b92e2

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
@@ -25,7 +25,7 @@ jobs:
2525
GH_PAGES_BRANCH: gh-pages
2626
network-reporting:
2727
name: Publish Network Reporting API ED
28-
runs-on: ubuntu-20.04
28+
runs-on: ubuntu-latest
2929
steps:
3030
- uses: actions/checkout@v2
3131
- uses: w3c/spec-prod@v2

0 commit comments

Comments
 (0)