From be31d931f7da0b9aa6dd7030433c9783af2aa167 Mon Sep 17 00:00:00 2001 From: Matt Borgerson Date: Fri, 14 Jun 2024 19:36:36 -0700 Subject: [PATCH] ci: Bump macOS runner to 14 --- .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 3736eee443..de22b00c2b 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -239,7 +239,7 @@ jobs: macOS: name: Build for macOS (${{ matrix.arch }}, ${{ matrix.configuration }}) - runs-on: macOS-11 + runs-on: macOS-14 needs: Init strategy: matrix: @@ -311,7 +311,7 @@ jobs: macOSUniversal: name: Build macOS Universal Bundle (${{ matrix.configuration }}) - runs-on: macOS-11 + runs-on: macOS-14 needs: [macOS] strategy: matrix: