From 13a0b17baac4e39909dd9ea2db3e756f23ee580b Mon Sep 17 00:00:00 2001 From: GriffinR Date: Sun, 19 Oct 2025 22:11:13 -0400 Subject: [PATCH] Bump deprecated version for macOS intel runner --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index cd96bfc6..88a6942e 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -40,7 +40,7 @@ jobs: build-macos: strategy: matrix: - os: [macos-latest, macos-13] + os: [macos-latest, macos-15-intel] runs-on: ${{ matrix.os }} steps: # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it