Skip to content

Commit ae757fb

Browse files
henrikbrixandersennashif
authored andcommitted
actions: exclude Python 3.6 tests on macos-latest
Python 3.6 support is no longer available on macos-latest. Exclude it. Signed-off-by: Henrik Brix Andersen <[email protected]>
1 parent 5e1dc92 commit ae757fb

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.github/workflows/devicetree_checks.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@ jobs:
2222
matrix:
2323
python-version: [3.6, 3.7, 3.8]
2424
os: [ubuntu-latest, macos-latest, windows-latest]
25+
exclude:
26+
- os: macos-latest
27+
python-version: 3.6
2528
steps:
2629
- name: checkout
2730
uses: actions/checkout@v2

.github/workflows/west_cmds.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@ jobs:
2323
matrix:
2424
python-version: [3.6, 3.7, 3.8]
2525
os: [ubuntu-latest, macos-latest, windows-latest]
26+
exclude:
27+
- os: macos-latest
28+
python-version: 3.6
2629
steps:
2730
- name: checkout
2831
uses: actions/checkout@v2

0 commit comments

Comments
 (0)