Skip to content

Commit

Permalink
Move CI to Ubuntu 24.04 (#475)
Browse files Browse the repository at this point in the history
Currently in beta (see https://github.com/actions/runner-images) but
should be stable enough for us.
  • Loading branch information
adamchainz committed Aug 17, 2024
1 parent 76248a0 commit 54991c4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .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 Expand Up @@ -51,7 +51,7 @@ jobs:

coverage:
name: Coverage
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
needs: tests
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 54991c4

Please sign in to comment.