From 01359b802390eefc88b2c3efeebb61b0fbf461fb Mon Sep 17 00:00:00 2001 From: Justin Kleiber Date: Fri, 29 Nov 2024 12:39:10 -0600 Subject: [PATCH] Updates macOS github action runner to 15 --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 65de898..738d8de 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -45,7 +45,7 @@ jobs: build-host: env: - MACOSX_DEPLOYMENT_TARGET: 12 + MACOSX_DEPLOYMENT_TARGET: 15 strategy: fail-fast: false matrix: @@ -53,7 +53,7 @@ jobs: - os: windows-latest artifact-name: Win64 architecture: x64 - - os: macos-12 + - os: macos-15 artifact-name: macOS architecture: x64 - os: ubuntu-latest