From 40932a39db1c2a57c8f4de54504299e81dce3254 Mon Sep 17 00:00:00 2001 From: Steve Karg Date: Fri, 27 Mar 2026 14:25:45 -0500 Subject: [PATCH] Update macOS runner version to macos-15-intel for CI workflow --- .github/workflows/bsc-tests-macos.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/bsc-tests-macos.yml b/.github/workflows/bsc-tests-macos.yml index 61c78ebe..26faf11c 100644 --- a/.github/workflows/bsc-tests-macos.yml +++ b/.github/workflows/bsc-tests-macos.yml @@ -10,7 +10,7 @@ on: jobs: job_bsc_tests_macos: - runs-on: macos-latest + runs-on: macos-15-intel steps: - uses: actions/checkout@v6 - name: Create Build Environment