From c9a197be6c6e1a896f3a0697ed6b95d0c1aa9fa5 Mon Sep 17 00:00:00 2001 From: Sh4w Date: Sun, 28 Apr 2024 04:00:11 +0800 Subject: [PATCH] Switch to macos-13 runner for tests --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 6413d18..acf6e5b 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -14,7 +14,7 @@ jobs: include: - { name: Linux, python: '3.10', os: ubuntu-latest } - { name: Windows, python: '3.10', os: windows-latest } - - { name: Mac, python: '3.10', os: macos-latest } + - { name: Mac, python: '3.10', os: macos-13 } - { name: '3.11', python: '3.11', os: ubuntu-latest } - { name: '3.9', python: '3.9', os: ubuntu-latest } - { name: '3.8', python: '3.8', os: ubuntu-latest }