Skip to content

Commit

Permalink
Test: Adjusted OS versions in GitHub Actions test workflow
Browse files Browse the repository at this point in the history
Signed-off-by: Andreas Maier <andreas.r.maier@gmx.de>
  • Loading branch information
andy-maier committed Jan 29, 2025
1 parent 94d0a84 commit 4485a36
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 10 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ jobs:
else \
echo "matrix={ \
\"os\": [ \"ubuntu-latest\" ], \
\"python-version\": [ \"3.7\", \"3.12\" ], \
\"python-version\": [ \"3.8\", \"3.12\" ], \
\"package_level\": [ \"minimum\", \"latest\" ], \
\"include\": [ \
{ \
Expand Down Expand Up @@ -153,23 +153,23 @@ jobs:
\"package_level\": \"latest\" \
}, \
{ \
\"os\": \"macos-latest\", \
\"python-version\": \"3.8\", \
\"os\": \"macos-13\", \
\"python-version\": \"3.7\", \
\"package_level\": \"latest\" \
}, \
{ \
\"os\": \"macos-latest\", \
\"python-version\": \"3.11\", \
\"python-version\": \"3.12\", \
\"package_level\": \"latest\" \
}, \
{ \
\"os\": \"macos-latest\", \
\"python-version\": \"3.12\", \
\"os\": \"windows-latest\", \
\"python-version\": \"3.6\", \
\"package_level\": \"latest\" \
}, \
{ \
\"os\": \"windows-latest\", \
\"python-version\": \"3.6\", \
\"python-version\": \"3.7\", \
\"package_level\": \"latest\" \
}, \
{ \
Expand Down
5 changes: 2 additions & 3 deletions docs/changes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,8 @@ Released: not yet
with Python 3.9-3.11, by running it without login shell. Added Python 3.11 on
MacOS to the normal tests.

* Test: Changed macos-12 to macos-13 since macos-12 was removed in GitHub Actions.
Changed ubuntu-latest for Python 3.7 to ubuntu-22.04 because GitHub Actions
upgraded ubuntu-latest to be ubuntu-24.04.
* Test: Adjusted OS versions in GitHub Actions test workflow because macos-12
is no longer supported, and ubuntu-latest changed to ubuntu-24.04.

**Enhancements:**

Expand Down

0 comments on commit 4485a36

Please sign in to comment.