Change macOS runner from macos-15-intel to macos-14-large for CI workflow

This commit is contained in:
Steve Karg
2026-03-27 14:28:49 -05:00
parent 40932a39db
commit e695d399b0
+1 -1
View File
@@ -10,7 +10,7 @@ on:
jobs: jobs:
job_bsc_tests_macos: job_bsc_tests_macos:
runs-on: macos-15-intel runs-on: macos-14-large
steps: steps:
- uses: actions/checkout@v6 - uses: actions/checkout@v6
- name: Create Build Environment - name: Create Build Environment