From d4eb963a27b769803affb8f50eb134fb9786a272 Mon Sep 17 00:00:00 2001 From: "Richard (Rikki) Andrew Cattermole" Date: Fri, 17 Oct 2025 12:35:20 +1300 Subject: [PATCH] Bump OSX runner to osx-15-intel --- .github/workflows/build_release_template.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build_release_template.yml b/.github/workflows/build_release_template.yml index 4332adee..12285c08 100644 --- a/.github/workflows/build_release_template.yml +++ b/.github/workflows/build_release_template.yml @@ -126,7 +126,7 @@ jobs: include: - os: ubuntu-22.04 target: linux - - os: macos-13 + - os: macos-15-intel target: osx - os: windows-2022 target: windows