diff --git a/.github/workflows/mypy-type-check.yml b/.github/workflows/mypy-type-check.yml index afbf6647f..ce15959a0 100644 --- a/.github/workflows/mypy-type-check.yml +++ b/.github/workflows/mypy-type-check.yml @@ -12,7 +12,7 @@ jobs: build: - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 strategy: matrix: diff --git a/.github/workflows/pip-install.yml b/.github/workflows/pip-install.yml index ffa6961c9..29060bb67 100644 --- a/.github/workflows/pip-install.yml +++ b/.github/workflows/pip-install.yml @@ -13,7 +13,7 @@ jobs: fail-fast: true matrix: python-version: ["3.9", "3.10", "3.11", "3.12"] - os: [ubuntu-22.04, windows-latest, macos-latest] + os: [ubuntu-24.04, windows-latest, macos-latest] steps: - name: Set up Python ${{ matrix.python-version }} uses: actions/setup-python@v3 diff --git a/.github/workflows/python-package.yml b/.github/workflows/python-package.yml index b75bd6671..0c01fedb3 100644 --- a/.github/workflows/python-package.yml +++ b/.github/workflows/python-package.yml @@ -13,7 +13,7 @@ on: jobs: build: - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 strategy: fail-fast: true matrix: @@ -80,7 +80,7 @@ jobs: fail-ci-on-error: false release: - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 timeout-minutes: 15 needs: build if: github.ref == 'refs/heads/master' || github.ref == 'refs/heads/main' || github.ref == 'refs/heads/pre-release' || startsWith(github.ref, 'refs/tags/v') diff --git a/.readthedocs.yml b/.readthedocs.yml index 5e25ef0d7..af07a8059 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -7,7 +7,7 @@ version: 2 # Set the version of Python and other tools you might need build: - os: ubuntu-22.04 + os: ubuntu-24.04 tools: python: "3.10" apt_packages: