Skip to content

Commit

Permalink
update to jammy and fix docs build on 3.8 (#954)
Browse files Browse the repository at this point in the history
  • Loading branch information
bobokun authored May 13, 2024
1 parent 1035345 commit 4f1a554
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: tron-ci
on: [push, release]
jobs:
tox:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
strategy:
fail-fast: false
matrix:
Expand All @@ -27,7 +27,7 @@ jobs:
- run: sudo apt-get install --quiet --assume-yes libyaml-dev
- run: tox -e ${{ matrix.toxenv }}
build_debs:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
strategy:
fail-fast: false
matrix:
Expand Down
5 changes: 2 additions & 3 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,9 @@ version: 2

# RTD defaults as of 2023-11-08
build:
# TODO: Bump to jammy+3.8 once master branch updated
os: ubuntu-20.04
os: ubuntu-22.04
tools:
python: "3.6"
python: "3.8"
# You can also specify other tool versions:
# nodejs: "20"
# rust: "1.70"
Expand Down

0 comments on commit 4f1a554

Please sign in to comment.