diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0e4acdb..97024ef 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -11,7 +11,7 @@ jobs: if: >- github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name == github.repository - runs-on: [self-hosted, Linux, X64, wsl, base120] + runs-on: ubuntu-latest strategy: matrix: python-version: ["3.11", "3.12"]