Skip to content

Commit

Permalink
Bump version of Ubuntu and actions (#353)
Browse files Browse the repository at this point in the history
Bikeshed now requires Python 3.9+, which requires running jobs using a more
recent version of Ubuntu.
  • Loading branch information
tidoust authored Nov 29, 2024
1 parent 886800d commit a0a7479
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/auto-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,15 @@ on:

jobs:
main:
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
steps:
# See doc at https://github.com/actions/checkout#checkout-v2
# See doc at https://github.com/actions/checkout/
- name: Checkout repository
uses: actions/checkout@v2
uses: actions/checkout@v4

# See doc at https://github.com/actions/setup-python/#setup-python-v2
# See doc at https://github.com/actions/setup-python/
- name: Setup Python
uses: actions/setup-python@v2
uses: actions/setup-python@v5
with:
python-version: 3.9

Expand Down

0 comments on commit a0a7479

Please sign in to comment.