ci: exclude pypy3.10 and pypy3.11 for macos-latest
This commit is contained in:
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@@ -32,6 +32,10 @@ jobs:
|
|||||||
platform: "ubuntu-24.04-arm"
|
platform: "ubuntu-24.04-arm"
|
||||||
- python-version: "pypy3.11"
|
- python-version: "pypy3.11"
|
||||||
platform: "ubuntu-24.04-arm"
|
platform: "ubuntu-24.04-arm"
|
||||||
|
- python-version: "pypy3.10"
|
||||||
|
platform: "macos-latest"
|
||||||
|
- python-version: "pypy3.11"
|
||||||
|
platform: "macos-latest"
|
||||||
|
|
||||||
runs-on: ${{ matrix.platform }}
|
runs-on: ${{ matrix.platform }}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user