From 7dce4617b2ca6ca17a03cbe20fcc8e57fd56fbae Mon Sep 17 00:00:00 2001 From: Fridolin Glatter <83776373+glatterf42@users.noreply.github.com> Date: Tue, 23 Apr 2024 11:21:00 +0200 Subject: [PATCH] Use "macos-13" runner in "pytest" workflow (#833) --- .github/workflows/pytest.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pytest.yaml b/.github/workflows/pytest.yaml index 6074ecf33..cc2ff05f8 100644 --- a/.github/workflows/pytest.yaml +++ b/.github/workflows/pytest.yaml @@ -22,7 +22,7 @@ jobs: strategy: matrix: os: - - macos-latest + - macos-13 - ubuntu-latest - windows-latest python-version: @@ -107,7 +107,7 @@ jobs: strategy: matrix: os: - - macos-latest + - macos-13 - ubuntu-latest - windows-latest