Skip to content

Commit

Permalink
Move CI to Ubuntu 24.04 (#592)
Browse files Browse the repository at this point in the history
Currently in beta (see https:/actions/runner-images) but
should be stable enough for us.
  • Loading branch information
adamchainz authored Aug 17, 2024
1 parent 80f27e9 commit 81420fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ concurrency:
jobs:
tests:
name: Python ${{ matrix.python-version }}
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04

strategy:
matrix:
Expand Down

0 comments on commit 81420fa

Please sign in to comment.