mirror of
https://github.com/arichornlover/uYouEnhanced.git
synced 2026-08-18 01:35:34 +00:00
Migrate to iOS 18.6 & MacOS 15 (buildapp.yml)
uYouEnhanced will rely on these new changes in buildapp.yml from now on
This commit is contained in:
parent
874484e7b7
commit
0126e4292d
1 changed files with 2 additions and 2 deletions
4
.github/workflows/buildapp.yml
vendored
4
.github/workflows/buildapp.yml
vendored
|
|
@ -8,7 +8,7 @@ on:
|
|||
inputs:
|
||||
sdk_version:
|
||||
description: "iOS SDK Version"
|
||||
default: "17.5"
|
||||
default: "18.6"
|
||||
required: true
|
||||
type: string
|
||||
uyou_version:
|
||||
|
|
@ -54,7 +54,7 @@ concurrency:
|
|||
jobs:
|
||||
build:
|
||||
name: Build uYouEnhanced
|
||||
runs-on: macos-14
|
||||
runs-on: macos-15
|
||||
permissions:
|
||||
contents: write
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue