From f93a63b0ae68227a8c77551df9b5c1a6ab376dd2 Mon Sep 17 00:00:00 2001 From: Isaac To Date: Tue, 18 Nov 2025 22:43:58 -0800 Subject: [PATCH] ci: update gh MacOS intel runner The macos-13 runner, an Intel architecture runner, is deprecated. This commit replace it with the latest Intel architecture runner for MacOS. --- .github/workflows/run-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/run-tests.yml b/.github/workflows/run-tests.yml index 5455ee19a..bcf7673e4 100644 --- a/.github/workflows/run-tests.yml +++ b/.github/workflows/run-tests.yml @@ -33,7 +33,7 @@ jobs: - windows-latest - ubuntu-latest - macos-latest # M1 architecture - - macos-13 # non-M1 architecture + - macos-15-intel # non-M1 architecture python: - 3.9 # Reaching EOL in October 2025 - '3.10' # Needs quotes so YAML doesn't think it's 3.1