From b545e1c6fd4839f12318c390b56d173dec88d8f8 Mon Sep 17 00:00:00 2001 From: "aric3435 (INACTIVE)" <78001398+arichornlover@users.noreply.github.com> Date: Tue, 5 Nov 2024 23:37:22 -0600 Subject: [PATCH] Revert buildapp.yml changes --- .github/workflows/buildapp.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/buildapp.yml b/.github/workflows/buildapp.yml index cb239e8..46cd08c 100644 --- a/.github/workflows/buildapp.yml +++ b/.github/workflows/buildapp.yml @@ -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/checkout@v4.2.1 + uses: actions/checkout@v4.2.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/checkout@v4.2.1 + uses: actions/checkout@v4.2.2 with: repository: theos/theos ref: 5bfdc3cb7133ec1cab43182115d902e2b57c9eac @@ -76,7 +76,7 @@ jobs: - name: SDK Caching id: SDK - uses: actions/cache@v4.1.1 + uses: actions/cache@v4.1.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/checkout@v4.2.1 + uses: actions/checkout@v4.2.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/action-gh-release@v2.0.8 + uses: softprops/action-gh-release@v2.0.9 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} REBORN_VERSION: ${{ inputs.reborn_version }}