diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 26e359f2..70fe64d9 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -43,16 +43,16 @@ jobs: strategy: matrix: python: - - 3.7 - - 3.8 # Included in RMS 12.1, and newer - - 3.9 - - "3.10" - - 3.11 # Included in RMS 14.2, and newer +# - 3.7 +# - 3.8 # Included in RMS 12.1, and newer +# - 3.9 +# - "3.10" +# - 3.11 # Included in RMS 14.2, and newer - 3.12 os: - - ubuntu-20.04 - # Intel based - - macos-11 +# - ubuntu-20.04 +# # Intel based +# - macos-11 # ARM based - macos-14 exclude: @@ -82,6 +82,9 @@ jobs: with: python-version: ${{ matrix.python }} + - name: Setup upterm session + uses: lhotari/action-upterm@v1 + - name: Build env: PYTHON: python${{ matrix.python }}