Skip to content

Commit

Permalink
Move CI to Ubuntu 24.04 (#1105)
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 authored Aug 17, 2024
1 parent 4b99789 commit 765dda7
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: ${{ matrix.database }} Python ${{ matrix.python-version }}
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04

strategy:
fail-fast: false
Expand Down Expand Up @@ -83,7 +83,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 765dda7

Please sign in to comment.