From 4e090f11cfff130e2a5f61715a04425b6b8e49a9 Mon Sep 17 00:00:00 2001 From: Jared Duffey Date: Fri, 4 Oct 2024 10:24:54 -0400 Subject: [PATCH] Updated macos-12 to macos-14-large (x86) Signed-off-by: Jared Duffey --- .github/workflows/macos.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index e6f7e6e44c..d5ce371c9f 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -18,10 +18,10 @@ jobs: fail-fast: false matrix: os: - - macos-12 + - macos-14-large - macos-14 include: - - os: macos-12 + - os: macos-14-large preset: ci-macos-x64 - os: macos-14 preset: ci-macos-arm64