From 79d9f0920c6d34c15f84a880351a31a3fea7654f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nguy=E1=BB=85n=20=C4=90=E1=BA=A1t?= <52943116+qnblackcat@users.noreply.github.com> Date: Fri, 4 Nov 2022 15:40:21 +0700 Subject: [PATCH] =?UTF-8?q?c=E2=80=98mon=20Xcode=2014,=20why=20don?= =?UTF-8?q?=E2=80=99t=20you=20just=20work!=3F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/buildapp.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/buildapp.yml b/.github/workflows/buildapp.yml index ab25245..c312fda 100644 --- a/.github/workflows/buildapp.yml +++ b/.github/workflows/buildapp.yml @@ -34,7 +34,7 @@ concurrency: jobs: build: name: Build uYouPlus - runs-on: macos-latest + runs-on: macos-11 permissions: contents: write @@ -87,7 +87,7 @@ jobs: env: THEOS: ${{ github.workspace }}/theos - - name: Download uYou & prepare YouTube iPA + - name: Download uYou & Prepare YouTube iPA run: | curl "https://raw.githubusercontent.com/Muirey03/RemoteLog/master/RemoteLog.h" --output "$THEOS/include/RemoteLog.h" curl "https://miro92.com/repo/debs/com.miro.uyou_${{ env.UYOU_VERSION }}_iphoneos-arm.deb" --output "./main/Tweaks/uYou/com.miro.uyou_${{ env.UYOU_VERSION }}_iphoneos-arm.deb" @@ -102,7 +102,7 @@ jobs: UYOU_VERSION: ${{ inputs.uyou_version }} YOUTUBE_URL: ${{ inputs.decrypted_youtube_url }} - - name: Fix compiling && Build Package + - name: Fix compiling & Build Package id: build_package run: | (echo 'THEOS_IGNORE_PARALLEL_BUILDING_NOTICE = yes' >> ~/.theosrc)