From 67ea1e6f9f8b1a8c2048978f1fb80b98441db3f4 Mon Sep 17 00:00:00 2001 From: Graham Christensen Date: Wed, 6 Nov 2024 10:24:46 -0500 Subject: [PATCH] Use recent macOS runners --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index e48018e..e550649 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -111,7 +111,7 @@ jobs: - system: ARM64-Linux runner: namespace-profile-default-arm64 - system: X64-macOS - runner: macos-12 + runner: macos-13 - system: ARM64-macOS runner: macos-latest-xlarge steps: