Skip to content

Commit

Permalink
Exclude maclatest py3.8/9
Browse files Browse the repository at this point in the history
  • Loading branch information
pgleeson committed Apr 25, 2024
1 parent f90f3ee commit 1a048fc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@ jobs:
python-version: [ "3.8", "3.9", "3.10", "3.11", "3.12" ]
runs-on: [ubuntu-latest, macos-latest, windows-latest]
exclude:
- runs-on: macos-14
- runs-on: macos-latest
python-version: "3.8"
- runs-on: macos-14
- runs-on: macos-latest
python-version: "3.9"

steps:
Expand Down

0 comments on commit 1a048fc

Please sign in to comment.