mirror of
https://github.com/YTLitePlus/YTLitePlus.git
synced 2026-03-31 03:08:41 +00:00
Fix: use macos-latest runner (macos-13 unsupported)
https://claude.ai/code/session_01FD8kBzc7yv5Fdf9G7Z2ZkE
This commit is contained in:
parent
65f7929c36
commit
b40cc264a2
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build-ipa.yml
vendored
2
.github/workflows/build-ipa.yml
vendored
|
|
@ -36,7 +36,7 @@ concurrency:
|
|||
jobs:
|
||||
build:
|
||||
name: Build YTLite IPA
|
||||
runs-on: macos-13
|
||||
runs-on: macos-latest
|
||||
permissions:
|
||||
contents: write
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue