Skip to content

Commit

Permalink
Upgrade GitHub Actions Ubuntu version (#1561)
Browse files Browse the repository at this point in the history
The Ubuntu 20.04 Actions runner image will begin deprecation on
2025-02-01 and will be fully unsupported by 2025-04-01:

actions/runner-images#11101
  • Loading branch information
tatiana authored Feb 27, 2025
1 parent 8630cae commit 7df2fde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:

jobs:
pages:
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
environment:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}
Expand Down

0 comments on commit 7df2fde

Please sign in to comment.