mirror of
https://github.com/cranci1/Sora.git
synced 2026-01-11 20:10:24 +00:00
Update build.yml
This commit is contained in:
parent
55a818dd0a
commit
4a0a0f5144
1 changed files with 2 additions and 2 deletions
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
|
|
@ -10,7 +10,7 @@ on:
|
|||
jobs:
|
||||
build-ios:
|
||||
name: Build IPA
|
||||
runs-on: macOS-latest
|
||||
runs-on: macOS-15
|
||||
steps:
|
||||
- name: Use Node.js 20
|
||||
uses: actions/setup-node@v4
|
||||
|
|
@ -34,7 +34,7 @@ jobs:
|
|||
|
||||
build-mac:
|
||||
name: Build Mac Catalyst
|
||||
runs-on: macOS-latest
|
||||
runs-on: macOS-15
|
||||
steps:
|
||||
- name: Use Node.js 20
|
||||
uses: actions/setup-node@v4
|
||||
|
|
|
|||
Loading…
Reference in a new issue