diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index afdd6d9..3c6f6d3 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -24,7 +24,7 @@ jobs: strategy: fail-fast: false matrix: - os: [ubuntu-22.04, windows-2022, macOS-13] + os: [ubuntu-22.04, windows-2022, macos-15-intel] python-version: [3.7, 3.8, 3.9, 3.10.5, 3.11.0, 3.12.0, 3.13.0] steps: - uses: actions/checkout@v2 diff --git a/CHANGELOG.md b/CHANGELOG.md index a387cac..dcc4969 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. - `clear_png_metadata` function in `functions.py` - `extract_metadata` function in `functions.py` ### Changed +- `test.yml` - `clear` function in `functions.py` - `update` function in `functions.py` - Test system modified