diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 4881e6bc6e..69d83f6ef9 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -24,8 +24,8 @@ jobs: python-version: [3.5, 3.7, 3.8, 3.9, "3.10", "3.11"] # 排除版本 exclude: - - os: macos-latest - python-version: "3.4" + - os: ubuntu-latest + python-version: "3.5" steps: # Checkout the latest code from the repo