Skip to content

Commit

Permalink
Set macos runners to macos-13 in ci.yml (#605)
Browse files Browse the repository at this point in the history
  • Loading branch information
kafitzgerald authored Apr 26, 2024
1 parent 5d8342d commit 7e42ac3
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,8 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ "ubuntu-latest"]
os: [ "ubuntu-latest", "macos-13" ]
python-version: [ "3.9", "3.10", "3.11" ]
include:
- os: "macos-latest"
python-version: "3.9"
- os: "macos-latest"
python-version: "3.11"

steps:
- name: checkout
Expand Down

0 comments on commit 7e42ac3

Please sign in to comment.