From 37fd412c0e2d175d1671d158bae87a7d7ac15f18 Mon Sep 17 00:00:00 2001 From: Kubo Takehiro Date: Sun, 7 Apr 2024 17:51:02 +0900 Subject: [PATCH] Use macos-13 runner for tests on intel mac --- .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 c4f738a..37bf0f0 100644 --- a/.github/workflows/run-tests.yml +++ b/.github/workflows/run-tests.yml @@ -18,7 +18,7 @@ jobs: tests_on_intel_macos: name: Tests on macOS (x86_64) - runs-on: macos-latest + runs-on: macos-13 steps: - uses: actions/checkout@v4 with: