From 05404ea466eeca0afea6188b22164942e080e183 Mon Sep 17 00:00:00 2001 From: PragmaTwice Date: Wed, 27 Nov 2024 20:37:07 +0800 Subject: [PATCH] Update macOS to 13 for CI --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 03ca73f..2dbf275 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -40,9 +40,9 @@ jobs: type: Debug - os: windows-2019 type: Release - - os: macos-10.15 + - os: macos-13 type: Debug - - os: macos-10.15 + - os: macos-13 type: Release runs-on: ${{ matrix.os }}