diff --git a/.github/workflows/opencanary_tests.yml b/.github/workflows/opencanary_tests.yml index 0a3b205..ce5d685 100644 --- a/.github/workflows/opencanary_tests.yml +++ b/.github/workflows/opencanary_tests.yml @@ -21,7 +21,10 @@ jobs: strategy: matrix: python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12"] - os: ["ubuntu-20.04", "ubuntu-22.04", "macos-11", "macos-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: