From 4fc60b2f3af7c3e9e996c6a930f13eb28c5c2316 Mon Sep 17 00:00:00 2001 From: Luc Perkins Date: Fri, 12 Jul 2024 12:32:16 -0700 Subject: [PATCH] Update remaining macOS runner --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index dd4897f..b6509f5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -24,7 +24,7 @@ jobs: build: strategy: matrix: - os: [ubuntu-22.04, macos-12] + os: [ubuntu-22.04, macos-latest-xlarge] runs-on: ${{ matrix.os }} environment: build steps: