mirror of
https://github.com/platformio/platformio-core.git
synced 2025-07-29 17:47:14 +02:00
Disable macOS runner for Pyrhon 3.6, 3.7
This commit is contained in:
3
.github/workflows/core.yml
vendored
3
.github/workflows/core.yml
vendored
@ -9,6 +9,9 @@ jobs:
|
||||
matrix:
|
||||
os: [ubuntu-20.04, windows-latest, macos-latest]
|
||||
python-version: ["3.6", "3.7", "3.11", "3.12"]
|
||||
exclude:
|
||||
- os: macos-latest
|
||||
- python-version: ["3.6", "3.7"]
|
||||
|
||||
runs-on: ${{ matrix.os }}
|
||||
|
||||
|
Reference in New Issue
Block a user