Skip to content

Commit 34aad3e

Browse files
committed
ci: test: Run macOS Python 3.7 test on macos-12
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 <[email protected]>
1 parent c11cb31 commit 34aad3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
builder: ubuntu-20.04
4747
- python: '3.7'
4848
os: macOS
49-
builder: macos-13
49+
builder: macos-12
5050
# - python: '3.7'
5151
# os: Windows
5252
# builder: windows-2019

0 commit comments

Comments
 (0)