From a24c001a68e86f52c2e9cf6df2a102293383b27d Mon Sep 17 00:00:00 2001 From: Titusz Pan Date: Thu, 27 Jun 2024 12:32:29 +0200 Subject: [PATCH] Try macos-13 and 14 runners --- .github/workflows/test.yml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index cc29143..c7653ef 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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 diff --git a/README.md b/README.md index 20ff0b0..7294d9e 100644 --- a/README.md +++ b/README.md @@ -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