From 1cdc905d302e6e3eb1b4f87af2a52eed3d527700 Mon Sep 17 00:00:00 2001 From: "aricloverGitHub (INACTIVE)" <78001398+arichornlover@users.noreply.github.com> Date: Sat, 9 Nov 2024 11:55:57 -0600 Subject: [PATCH] Update buildapp.yml to macos-13 --- .github/workflows/buildapp.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/buildapp.yml b/.github/workflows/buildapp.yml index ec8affb..5d585fe 100644 --- a/.github/workflows/buildapp.yml +++ b/.github/workflows/buildapp.yml @@ -54,7 +54,7 @@ concurrency: jobs: build: name: Build YTLitePlus - runs-on: macos-12 + runs-on: macos-13 permissions: contents: write @@ -73,7 +73,7 @@ jobs: uses: actions/checkout@v4 with: repository: theos/theos - ref: 3da31488281ecf4394d10302d2629607f4a1aa07 + ref: master path: theos submodules: recursive