From 1193a28957d31fc132cb4a1bcbc7254ed470d8b8 Mon Sep 17 00:00:00 2001 From: Eliah Kagan Date: Thu, 26 Jan 2023 16:35:48 -0600 Subject: [PATCH] Set macos-12 for CI pytest macos-latest is macos-11 but will be macos-12 soon: https://github.com/actions/runner-images/issues/6384 --- .github/workflows/pytest.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pytest.yml b/.github/workflows/pytest.yml index ed3e6ec6..1dd8cd54 100644 --- a/.github/workflows/pytest.yml +++ b/.github/workflows/pytest.yml @@ -8,11 +8,11 @@ jobs: strategy: matrix: - os: [ubuntu-latest, macos-latest, windows-latest] + os: [ubuntu-latest, macos-12, windows-latest] include: - os: ubuntu-latest poetry: ~/.local/bin/poetry - - os: macos-latest + - os: macos-12 poetry: ~/.local/bin/poetry - os: windows-latest poetry: $APPDATA/Python/Scripts/poetry