Commit ae757fb7 authored by Henrik Brix Andersen's avatar Henrik Brix Andersen Committed by Anas Nashif
Browse files

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: default avatarHenrik Brix Andersen <henrik@brixandersen.dk>
parent 5e1dc921
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -22,6 +22,9 @@ jobs:
      matrix:
        python-version: [3.6, 3.7, 3.8]
        os: [ubuntu-latest, macos-latest, windows-latest]
        exclude:
          - os: macos-latest
            python-version: 3.6
    steps:
    - name: checkout
      uses: actions/checkout@v2
+3 −0
Original line number Diff line number Diff line
@@ -23,6 +23,9 @@ jobs:
      matrix:
        python-version: [3.6, 3.7, 3.8]
        os: [ubuntu-latest, macos-latest, windows-latest]
        exclude:
          - os: macos-latest
            python-version: 3.6
    steps:
    - name: checkout
      uses: actions/checkout@v2