From 4f1a55442f28af27b315e58129256911e66f0b05 Mon Sep 17 00:00:00 2001 From: bobokun <12660469+bobokun@users.noreply.github.com> Date: Mon, 13 May 2024 14:54:37 -0400 Subject: [PATCH] update to jammy and fix docs build on 3.8 (#954) --- .github/workflows/ci.yml | 4 ++-- .readthedocs.yaml | 5 ++--- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1aeafa0d3..2cb0f9053 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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: @@ -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: diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 3339f3ec7..be6a91b40 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -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"