Update macOS intel runner to macos-15

This commit is contained in:
maron2000
2025-10-03 21:11:54 +09:00
parent 41391e2243
commit 0f5b8d52e7

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