diff --git a/.github/workflows/runtests.yml b/.github/workflows/runtests.yml index ad71fde..a72d0c8 100644 --- a/.github/workflows/runtests.yml +++ b/.github/workflows/runtests.yml @@ -13,6 +13,7 @@ jobs: matrix: # Python 3.13 is still in beta; consider removing it or using a stable version like 3.12 version: [3.8, 3.9, 3.10, 3.12] + runs-on: ubuntu-latest steps: - uses: actions/checkout@v3