Skip to content

Commit

Permalink
stats: Use ubuntu-22.04 for python2
Browse files Browse the repository at this point in the history
  • Loading branch information
tarsius committed Oct 1, 2024
1 parent 010e970 commit e28b348
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/stats.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ on:
jobs:
statistics:
name: 'Generate statistics'
runs-on: ubuntu-latest
# ubuntu-24.04 removed python2
runs-on: ubuntu-22.04
steps:
- name: 'Checkout ${{ github.repository }}'
uses: actions/checkout@v4
Expand Down

0 comments on commit e28b348

Please sign in to comment.