diff options
| author | Stephanos Ioannidis <root@stephanos.io> | 2024-10-04 07:26:47 +0900 |
|---|---|---|
| committer | Stephanos Ioannidis <root@stephanos.io> | 2024-10-04 09:09:44 +0900 |
| commit | 34aad3eaca2905be70d761e7b13f2fdc872cebcf (patch) | |
| tree | 45ad1ec6a474f2a4e0ba2921431c1d329b2e5b74 /.github | |
| parent | c11cb31363a5ad1c3ad2ea2561c713dba8247c8b (diff) | |
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 <root@stephanos.io>
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/test.yml | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
