Merge pull request #5881 from maron2000/macos_ci

Update macOS intel runner to macos-15
This commit is contained in:
Jonathan Campbell
2025-10-04 11:12:01 -07:00
committed by GitHub

View File

@@ -12,7 +12,7 @@ jobs:
actions: write # for styfle/cancel-workflow-action to cancel/stop running workflows
contents: write # for actions/checkout to fetch code and softprops/action-gh-release
if: github.event_name == 'push' || github.event_name == 'pull_request' || github.event_name == 'workflow_dispatch'
runs-on: macos-13
runs-on: macos-15-intel
steps:
- name: Cancel previous runs
uses: styfle/cancel-workflow-action@0.12.1