Skip to content

Commit

Permalink
ci: test: Run macOS Python 3.7 test on macos-12
Browse files Browse the repository at this point in the history
This commit updates the Python test workflow to run the macOS Python
3.7 case on the GitHub runner `macos-12` image, instead of the
`macos-13` image because it is (erroneously) missing the ncurses
installation as of the version 20240930.147.

Signed-off-by: Stephanos Ioannidis <root@stephanos.io>
  • Loading branch information
stephanosio committed Oct 4, 2024
1 parent c11cb31 commit 34aad3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
builder: ubuntu-20.04
- python: '3.7'
os: macOS
builder: macos-13
builder: macos-12
# - python: '3.7'
# os: Windows
# builder: windows-2019
Expand Down

0 comments on commit 34aad3e

Please sign in to comment.