Skip to content

Commit

Permalink
chore: bump ubuntu image for CI
Browse files Browse the repository at this point in the history
  • Loading branch information
tseaver committed Feb 11, 2025
1 parent eb0e01a commit 79db408
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/ci-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,24 +22,24 @@ jobs:
- "3.12"
- "pypy-3.8"
os:
- "ubuntu-20.04"
- "ubuntu-24.04"
- "windows-2022"
- "macos-11"
architecture:
- x64
- x86

include:
# Only run coverage on ubuntu-20.04, except on pypy3
- os: "ubuntu-20.04"
# Only run coverage on ubuntu-24.04, except on pypy3
- os: "ubuntu-24.04"
pytest-args: "--cov"
- os: "ubuntu-20.04"
- os: "ubuntu-24.04"
py: "pypy-3.8"
pytest-args: ""

exclude:
# Linux and macOS don't have x86 python
- os: "ubuntu-20.04"
- os: "ubuntu-24.04"
architecture: x86
- os: "macos-11"
architecture: x86
Expand All @@ -57,7 +57,7 @@ jobs:
- name: Running tox
run: tox -e py -- ${{ matrix.pytest-args }}
coverage:
runs-on: ubuntu-20.04
runs-on: ubuntu-24.04
name: Validate coverage
steps:
- uses: actions/checkout@v4
Expand All @@ -69,7 +69,7 @@ jobs:
- run: pip install tox
- run: tox -e py312-cover,coverage
docs:
runs-on: ubuntu-20.04
runs-on: ubuntu-24.04
name: Build the documentation
steps:
- uses: actions/checkout@v4
Expand All @@ -81,7 +81,7 @@ jobs:
- run: pip install tox
- run: tox -e docs
lint:
runs-on: ubuntu-20.04
runs-on: ubuntu-24.04
name: Lint the package
steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .readthedocs.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# https://docs.readthedocs.io/en/stable/config-file/v2.html
version: 2
build:
os: ubuntu-22.04
os: ubuntu-24.04
tools:
python: '3.12'
sphinx:
Expand Down

0 comments on commit 79db408

Please sign in to comment.