From 8c1a7b99404cdddde69fea800af062cdf071d968 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Brigitta=20Sip=C5=91cz?= Date: Mon, 22 Apr 2024 21:24:27 -0700 Subject: [PATCH] CI: use available osx image for old python --- .github/workflows/python-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/python-tests.yml b/.github/workflows/python-tests.yml index 7736f81..02abaa8 100644 --- a/.github/workflows/python-tests.yml +++ b/.github/workflows/python-tests.yml @@ -24,7 +24,7 @@ jobs: - os: windows-latest python-version: '3.8' toxenv: py38-test-pytest50 - - os: macos-latest + - os: macos-12 python-version: '3.8' toxenv: py38-test-pytest51 - os: ubuntu-latest