Skip to content

Commit

Permalink
Use ubuntu-24.04.
Browse files Browse the repository at this point in the history
  • Loading branch information
alexdlaird committed Jun 25, 2024
1 parent 3dccbc0 commit be636f3
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,17 +31,17 @@ jobs:
python-version: [ "3.12" ]
include:
- python-version: "3.8"
os: ubuntu-latest
os: ubuntu-24.04
- python-version: "3.9"
os: ubuntu-latest
os: ubuntu-24.04
- python-version: "3.10"
os: ubuntu-latest
os: ubuntu-24.04
- python-version: "3.11"
os: ubuntu-latest
os: ubuntu-24.04
- python-version: "pypy-3.9"
os: ubuntu-latest
os: ubuntu-24.04
- python-version: "pypy-3.10"
os: ubuntu-latest
os: ubuntu-24.04

runs-on: ${{ matrix.os }}

Expand Down

0 comments on commit be636f3

Please sign in to comment.