From 5d01c0ab8e13eef1217f9470d6630be4f9608cf7 Mon Sep 17 00:00:00 2001 From: sciencewhiz Date: Fri, 11 Oct 2024 17:41:07 -0700 Subject: [PATCH] Use macOS 13 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 f40be986..dc12f0f2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -53,7 +53,7 @@ jobs: - os: windows-2022 artifact-name: Win64 architecture: x64 - - os: macos-12 + - os: macos-13 artifact-name: macOS architecture: x64 name: "Test - ${{ matrix.artifact-name }}"