From 34aad3eaca2905be70d761e7b13f2fdc872cebcf Mon Sep 17 00:00:00 2001 From: Stephanos Ioannidis Date: Fri, 4 Oct 2024 07:26:47 +0900 Subject: [PATCH] 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 --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 02ae811..7d8a2d0 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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