Skip to content

Commit a24c001

Browse files
committed
Try macos-13 and 14 runners
1 parent 74ec2eb commit a24c001

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
fail-fast: false
88
matrix:
99
python-version: [3.8, 3.9, '3.10', '3.11', '3.12']
10-
os: [ubuntu-20.04, macos-11, macos-12, windows-2019]
10+
os: [ubuntu-20.04, macos-11, macos-12, macos-13, macos-14, windows-2019]
1111
runs-on: ${{ matrix.os }}
1212
steps:
1313
- uses: actions/checkout@v4

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ nlfiedler link below).
137137
## Change Log
138138
139139
## [1.7.0] - Unreleased
140-
- Performance improvemnet [@dw](https://github.com/dw)
140+
- Performance improvement [@dw](https://github.com/dw)
141141
- Fixed issue with inputs smaller than min_size [@grote](https://github.com/grote)
142142
143143
## [1.6.0] - 2024-05-09

0 commit comments

Comments
 (0)