From ac0bba16724ce75caba4adb970d9d2d1f6850a20 Mon Sep 17 00:00:00 2001 From: Paul Natsuo Kishimoto Date: Tue, 23 Apr 2024 10:24:25 +0200 Subject: [PATCH] Use "macos-13" runner label in "pytest" workflow (#527) --- .github/workflows/pytest.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pytest.yaml b/.github/workflows/pytest.yaml index 00cb1be70..542a2650a 100644 --- a/.github/workflows/pytest.yaml +++ b/.github/workflows/pytest.yaml @@ -19,7 +19,7 @@ jobs: strategy: matrix: os: - - macos-latest + - macos-13 - ubuntu-latest - windows-latest python-version: