Skip to content

Commit

Permalink
Run tests on macos-14. Remove tests on macos-12
Browse files Browse the repository at this point in the history
  • Loading branch information
kdeldycke committed Feb 11, 2024
1 parent 288d70a commit 6ccd042
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ jobs:
# Available OSes: https://github.com/actions/runner-images#available-images
"ubuntu-22.04",
"ubuntu-20.04",
"macos-14",
"macos-13",
"macos-12",
"windows-2022",
"windows-2019",
},
Expand Down Expand Up @@ -92,7 +92,7 @@ jobs:
for criterion in (
# Exclude old OSes. Only keeps the latest OSes of each family.
{"os": "ubuntu-20.04"},
{"os": "macos-12"},
{"os": "macos-13"},
{"os": "windows-2019"},
# Exclude Python's dev version.
{"python-version": "3.13-dev"},
Expand Down
2 changes: 2 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
This version is not released yet and is under active development.
```

- Run tests on `macos-14`. Remove tests on `macos-12`.

## {gh}`4.7.3 (2024-01-06) <compare/v4.7.2...v4.7.3>`

- Run tests on Python 3.13-dev branch.
Expand Down

0 comments on commit 6ccd042

Please sign in to comment.