Skip to content

Commit

Permalink
Add ubuntu-24.04 and macos-12 to the test matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
kdeldycke committed Aug 21, 2024
1 parent 5d2297d commit f05a8c0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,13 @@ jobs:
variants: dict[str, set[str]] = {
"os": {
# Available OSes: https://github.com/actions/runner-images#available-images
# We test against all available variants because platforms is the main target of this project.
"ubuntu-24.04",
"ubuntu-22.04",
"ubuntu-20.04",
"macos-14",
"macos-13",
"macos-12",
"windows-2022",
"windows-2019",
},
Expand Down
1 change: 1 addition & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
> \[!IMPORTANT\]
> This version is not released yet and is under active development.
- Run tests on `ubuntu-24.04` and `macos-12`.
- Add missing typed marker.

## [1.1.0 (2024-08-20)](https://github.com/kdeldycke/extra-platforms/compare/v1.0.2...v1.1.0)
Expand Down

0 comments on commit f05a8c0

Please sign in to comment.