From 5ad7db788f8ee5041ef484817292ac64bba39f93 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 3736eee443f..de22b00c2b2 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: