From 6d829f8480b8ed3f548c85eee8e3e5a2c22001d9 Mon Sep 17 00:00:00 2001 From: Tom French Date: Tue, 29 Aug 2023 18:49:57 +0100 Subject: [PATCH] chore: use proper ci runner --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index e485e460..e054be87 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -26,7 +26,7 @@ jobs: test_mac: name: Test on macOS - runs-on: macOS-latest + runs-on: macos-latest strategy: matrix: target: [x86_64-apple-darwin, aarch64-apple-darwin]