diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4a0b2fc3e..2d0d4bdaf 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -65,8 +65,8 @@ jobs: python-version: '3.11' toxenv: py311-fuse3 - os: macos-12 - python-version: '3.9' - toxenv: py39-none # note: no fuse testing, due to #6099, see also #6196. + python-version: '3.11' + toxenv: py311-none # note: no fuse testing, due to #6099, see also #6196. env: # Configure pkg-config to use OpenSSL from Homebrew @@ -74,7 +74,7 @@ jobs: TOXENV: ${{ matrix.toxenv }} runs-on: ${{ matrix.os }} - timeout-minutes: 40 + timeout-minutes: 60 steps: - uses: actions/checkout@v3