-
Notifications
You must be signed in to change notification settings - Fork 494
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
9bdd32e
commit b545e1c
Showing
1 changed file
with
6 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -49,13 +49,13 @@ concurrency: | |
jobs: | ||
build: | ||
name: Build YouTubeRebornPlus | ||
runs-on: macos-13 | ||
runs-on: macos-12 | ||
permissions: | ||
contents: write | ||
|
||
steps: | ||
- name: Checkout Main | ||
uses: actions/[email protected].1 | ||
uses: actions/[email protected].2 | ||
with: | ||
path: main | ||
submodules: recursive | ||
|
@@ -67,7 +67,7 @@ jobs: | |
run: echo "$(brew --prefix make)/libexec/gnubin" >> $GITHUB_PATH | ||
|
||
- name: Setup Theos | ||
uses: actions/[email protected].1 | ||
uses: actions/[email protected].2 | ||
with: | ||
repository: theos/theos | ||
ref: 5bfdc3cb7133ec1cab43182115d902e2b57c9eac | ||
|
@@ -76,7 +76,7 @@ jobs: | |
|
||
- name: SDK Caching | ||
id: SDK | ||
uses: actions/[email protected].1 | ||
uses: actions/[email protected].2 | ||
env: | ||
cache-name: iOS-${{ inputs.sdk_version }}-SDK | ||
with: | ||
|
@@ -96,7 +96,7 @@ jobs: | |
THEOS: ${{ github.workspace }}/theos | ||
|
||
- name: Setup Theos Jailed | ||
uses: actions/[email protected].1 | ||
uses: actions/[email protected].2 | ||
with: | ||
repository: qnblackcat/theos-jailed | ||
ref: master | ||
|
@@ -157,7 +157,7 @@ jobs: | |
- name: Create Release | ||
if: ${{ inputs.create_release }} | ||
id: create_release | ||
uses: softprops/[email protected].8 | ||
uses: softprops/[email protected].9 | ||
env: | ||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | ||
REBORN_VERSION: ${{ inputs.reborn_version }} | ||
|
b545e1c
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@arichornlover Hello, I talked with @dayanch96 he want to do a group chat with you and me to talk about YTLitePlus, do you have a discord or any way to contact you outside Github?
Thank you