Skip to content

Commit

Permalink
workflows: Run nightly on ubuntu-latest
Browse files Browse the repository at this point in the history
There is nothing complicated going on here (no containers, no large tar
piping, etc.). Our bots tend to use modern Python, so always stay on the
latest Ubuntu release instead of pinning down and old release.
  • Loading branch information
martinpitt committed Jan 8, 2025
1 parent b55518c commit b0952b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
trigger:
permissions:
statuses: write
runs-on: ubuntu-22.04
runs-on: ubuntu-latest
steps:
- name: Clone repository
uses: actions/checkout@v4
Expand Down

0 comments on commit b0952b0

Please sign in to comment.