Skip to content

Commit

Permalink
Move CI to Ubuntu 24.04
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 3dcedc3 commit 7bb9beb
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 @@ -18,7 +18,7 @@ jobs:
strategy:
matrix:
os:
- ubuntu-22.04
- ubuntu-24.04
- windows-2022
python-version:
- '3.8'
Expand Down Expand Up @@ -54,7 +54,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 7bb9beb

Please sign in to comment.