From 735bf072b017e76395c05d7ea059aea9206ece5e Mon Sep 17 00:00:00 2001 From: Travis Abendshien <46939827+CyanVoxel@users.noreply.github.com> Date: Tue, 5 May 2026 16:03:06 -0700 Subject: [PATCH] ci: bump macOS build targets to 14/15 --- .github/workflows/release.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 59354c17..8a1c6c19 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -48,17 +48,17 @@ jobs: macos: strategy: matrix: - os-version: ['13', '14'] + os-version: ['14', '15'] include: - - os-version: '13' - arch: x86_64 - os-version: '14' + arch: x86_64 + - os-version: '15' arch: aarch64 runs-on: macos-${{ matrix.os-version }} env: - # INFO: Even though we run on 13, target towards compatibility + # INFO: Even though we run on 14, target towards compatibility MACOSX_DEPLOYMENT_TARGET: '11.0' steps: