mirror of
https://github.com/YTLitePlus/YTLitePlus.git
synced 2026-05-13 10:21:16 +00:00
Update buildapp.yml
Change had to happen. macOS-12 is gone.
This commit is contained in:
parent
f1dc45da6e
commit
825889bae7
1 changed files with 3 additions and 3 deletions
6
.github/workflows/buildapp.yml
vendored
6
.github/workflows/buildapp.yml
vendored
|
|
@ -8,7 +8,7 @@ on:
|
||||||
inputs:
|
inputs:
|
||||||
sdk_version:
|
sdk_version:
|
||||||
description: "iOS SDK Version"
|
description: "iOS SDK Version"
|
||||||
default: "16.5"
|
default: "17.5"
|
||||||
required: true
|
required: true
|
||||||
type: string
|
type: string
|
||||||
decrypted_youtube_url:
|
decrypted_youtube_url:
|
||||||
|
|
@ -54,7 +54,7 @@ concurrency:
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
name: Build YTLitePlus
|
name: Build YTLitePlus
|
||||||
runs-on: macos-12
|
runs-on: macos-13
|
||||||
permissions:
|
permissions:
|
||||||
contents: write
|
contents: write
|
||||||
|
|
||||||
|
|
@ -73,7 +73,7 @@ jobs:
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
repository: theos/theos
|
repository: theos/theos
|
||||||
ref: 3da31488281ecf4394d10302d2629607f4a1aa07
|
ref: master
|
||||||
path: theos
|
path: theos
|
||||||
submodules: recursive
|
submodules: recursive
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue