Skip to content

Commit

Permalink
Try macos-13 and 14 runners
Browse files Browse the repository at this point in the history
  • Loading branch information
titusz committed Jun 27, 2024
1 parent 74ec2eb commit a24c001
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
fail-fast: false
matrix:
python-version: [3.8, 3.9, '3.10', '3.11', '3.12']
os: [ubuntu-20.04, macos-11, macos-12, windows-2019]
os: [ubuntu-20.04, macos-11, macos-12, macos-13, macos-14, windows-2019]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ nlfiedler link below).
## Change Log
## [1.7.0] - Unreleased
- Performance improvemnet [@dw](https://github.com/dw)
- Performance improvement [@dw](https://github.com/dw)
- Fixed issue with inputs smaller than min_size [@grote](https://github.com/grote)
## [1.6.0] - 2024-05-09
Expand Down

0 comments on commit a24c001

Please sign in to comment.