Skip to content

Commit

Permalink
Update auto-publish.yml
Browse files Browse the repository at this point in the history
[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
  • Loading branch information
caribouW3 authored Feb 12, 2025
1 parent 3f2e4b3 commit 7607933
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/auto-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
jobs:
main:
name: Build, Validate and Deploy
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: w3c/spec-prod@v2
Expand Down

0 comments on commit 7607933

Please sign in to comment.