◐ Shell
clean mode source ↗

Remove the non-ARM macOS CI jobs by EliahKagan · Pull Request #1946 · gitpython-developers/GitPython

Expand Up @@ -13,10 +13,10 @@ jobs: strategy: fail-fast: false matrix: os: ["ubuntu-latest", "macos-13", "macos-14", "windows-latest"] os: ["ubuntu-latest", "macos-latest", "windows-latest"] python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12"] exclude: - os: "macos-14" - os: "macos-latest" python-version: "3.7" include: - experimental: false Expand Down