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:
aricloverEXTRA 2026-06-20 12:22:01 -05:00 committed by GitHub
parent 874484e7b7
commit 0126e4292d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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