Skip to content

Commit

Permalink
Use macos-13 only for py3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
nsmith- committed Aug 21, 2024
1 parent aece5ee commit 90c0ff5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,12 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["3.7", "3.11", "3.12"]
runs-on: [ubuntu-latest, macos-13, windows-latest]
python-version: ["3.11", "3.12"]
runs-on: [ubuntu-latest, macos-latest, windows-latest]

include:
- python-version: "3.12"
runs-on: macos-latest
- python-version: "3.7"
runs-on: [ubuntu-latest, macos-13, windows-latest]
steps:
- uses: actions/checkout@v4
with:
Expand Down

0 comments on commit 90c0ff5

Please sign in to comment.