Skip to content

Commit

Permalink
Exclude older Python versions when testing on macos-latest
Browse files Browse the repository at this point in the history
  • Loading branch information
jncraton committed Apr 25, 2024
1 parent e16f8b6 commit cbd0b47
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yml
Expand Up @@ -17,6 +17,10 @@ jobs:
python-version: "3.8"
- os: macos-14
python-version: "3.9"
- os: macos-latest
python-version: "3.8"
- os: macos-latest
python-version: "3.9"
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit cbd0b47

Please sign in to comment.