mirror of
https://github.com/joncampbell123/dosbox-x.git
synced 2025-10-14 02:17:36 +08:00
Update macOS intel runner to macos-15
This commit is contained in:
2
.github/workflows/macos.yml
vendored
2
.github/workflows/macos.yml
vendored
@@ -12,7 +12,7 @@ jobs:
|
|||||||
actions: write # for styfle/cancel-workflow-action to cancel/stop running workflows
|
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
|
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'
|
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:
|
steps:
|
||||||
- name: Cancel previous runs
|
- name: Cancel previous runs
|
||||||
uses: styfle/cancel-workflow-action@0.12.1
|
uses: styfle/cancel-workflow-action@0.12.1
|
||||||
|
Reference in New Issue
Block a user