Skip to content

Commit

Permalink
Merge pull request #3 from m-clare/feature/macos-versions
Browse files Browse the repository at this point in the history
Add "more recent" versions of macos to test matrix
  • Loading branch information
m-clare authored Jun 11, 2024
2 parents a3a6b9d + a55db4c commit 8bfa0d1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
strategy:
matrix:
python-version: [3.9, "3.10", "3.11", "3.12"] # Add more versions as needed
os: [ubuntu-latest, macos-latest, windows-latest]
os: [ubuntu-latest, macos-latest, windows-latest, macos-13, macos-14]

runs-on: ${{ matrix.os }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
strategy:
matrix:
python-version: [3.9, "3.10", "3.11", "3.12"] # Add more versions as needed
os: [ubuntu-latest, macos-latest, windows-latest]
os: [ubuntu-latest, macos-latest, windows-latest, macos-13, macos-14]

runs-on: ${{ matrix.os }}

Expand Down

0 comments on commit 8bfa0d1

Please sign in to comment.