Skip to content

Commit a2dfb10

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 36c72cc commit a2dfb10

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
@@ -8,7 +8,7 @@ on:
88
jobs:
99
reporting:
1010
name: Publish Reporting API WD
11-
runs-on: ubuntu-20.04
11+
runs-on: ubuntu-latest
1212
steps:
1313
- uses: actions/checkout@v2
1414
- uses: w3c/spec-prod@v2

0 commit comments

Comments
 (0)