Skip to content

Commit

Permalink
Exclude python3.7 from macos-14
Browse files Browse the repository at this point in the history
  • Loading branch information
thinkst-francois committed Sep 19, 2024
1 parent 289e8c7 commit 78d0055
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/opencanary_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ jobs:
matrix:
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12"]
os: ["ubuntu-20.04", "ubuntu-22.04", "macos-12", "macos-13", "macos-14"]
exclude:
- os: "macos-14"
python-version: "3.7"
fail-fast: false
runs-on: ${{ matrix.os }}
steps:
Expand Down

0 comments on commit 78d0055

Please sign in to comment.