From ca7c46312412164350d6ee98162c58e658d9f325 Mon Sep 17 00:00:00 2001 From: Maarten Mulders Date: Fri, 17 Jan 2025 14:00:04 +0100 Subject: [PATCH] chore: Bump Intel/Mac builds to macOS-13 --- .github/workflows/early-access.yml | 4 ++-- .github/workflows/release.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/early-access.yml b/.github/workflows/early-access.yml index d87fe6d..a3d666f 100644 --- a/.github/workflows/early-access.yml +++ b/.github/workflows/early-access.yml @@ -17,12 +17,12 @@ jobs: strategy: fail-fast: true matrix: - os: [ ubuntu-latest, macOS-12, macos-14, windows-latest ] + os: [ ubuntu-latest, macOS-13, macos-14, windows-latest ] gu-binary: [ gu, gu.cmd ] exclude: - os: ubuntu-latest gu-binary: gu.cmd - - os: macOS-12 + - os: macOS-13 gu-binary: gu.cmd - os: macos-14 gu-binary: gu.cmd diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 8dfbd4c..636db7e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -70,12 +70,12 @@ jobs: strategy: fail-fast: true matrix: - os: [ ubuntu-latest, macOS-12, macos-14, windows-latest ] + os: [ ubuntu-latest, macOS-13, macos-14, windows-latest ] gu-binary: [ gu, gu.cmd ] exclude: - os: ubuntu-latest gu-binary: gu.cmd - - os: macOS-12 + - os: macOS-13 gu-binary: gu.cmd - os: macos-14 gu-binary: gu.cmd