forked from platformio/platformio-core
Exclude Python 3.6 and 3.7 from CI matrix for MacOS
This commit is contained in:
4
.github/workflows/core.yml
vendored
4
.github/workflows/core.yml
vendored
@@ -11,7 +11,9 @@ jobs:
|
|||||||
python-version: ["3.6", "3.7", "3.11", "3.12"]
|
python-version: ["3.6", "3.7", "3.11", "3.12"]
|
||||||
exclude:
|
exclude:
|
||||||
- os: macos-latest
|
- os: macos-latest
|
||||||
- python-version: ["3.6", "3.7"]
|
python-version: "3.6"
|
||||||
|
- os: macos-latest
|
||||||
|
python-version: "3.7"
|
||||||
|
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user