From c92567621c13a85416b02e0a9a374a7b2d1b9684 Mon Sep 17 00:00:00 2001 From: Kesara Rathnayake Date: Thu, 11 Jul 2024 20:47:58 +1200 Subject: [PATCH] ci: Run macOS tests on m1 processor --- .github/workflows/checks.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/checks.yml b/.github/workflows/checks.yml index 4df25b26..a5d5ffc0 100644 --- a/.github/workflows/checks.yml +++ b/.github/workflows/checks.yml @@ -97,7 +97,7 @@ jobs: tests-macos: name: Unit Tests (macOS) - runs-on: macos-12 + runs-on: macos-latest if: github.event_name == 'pull_request' strategy: