From 88335aab57d92c7812b5903336d2398c54b6883b Mon Sep 17 00:00:00 2001 From: Fridolin Glatter Date: Tue, 23 Apr 2024 10:32:21 +0200 Subject: [PATCH] Use "macos-13" runner in "pytest" workflow --- .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