Skip to content

Commit

Permalink
pythonapp.yml to exclude macOS-latest with python version 3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
okigan committed Aug 20, 2024
1 parent 74f8ff4 commit 70df162
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/pythonapp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ jobs:
exclude:
- runs-on: ubuntu-latest
python-version: '3.6'
- runs-on: macOS-latest
python-version: '3.6'
fail-fast: false

runs-on: ${{ matrix.runs-on }}
Expand Down

0 comments on commit 70df162

Please sign in to comment.