mirror of
https://github.com/coop-deluxe/sm64coopdx.git
synced 2025-12-04 15:12:42 +00:00
[build] Update macOS intel version (https://github.com/actions/runner-images/issues/13046)
This commit is contained in:
parent
8b92817055
commit
6be70deecc
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build-coop.yaml
vendored
2
.github/workflows/build-coop.yaml
vendored
|
|
@ -208,7 +208,7 @@ jobs:
|
|||
|
||||
build-macos-intel:
|
||||
if: ${{ github.event_name == 'workflow_dispatch' || contains(github.event.head_commit.message, '[build]') }}
|
||||
runs-on: macos-13
|
||||
runs-on: macos-15-intel
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v4
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue