From 83acb4f9146e3e6c39ee4a085481b81ba9e2ad3c Mon Sep 17 00:00:00 2001 From: "aric3435 (INACTIVE)" <78001398+arichornlover@users.noreply.github.com> Date: Tue, 8 Oct 2024 21:12:03 -0500 Subject: [PATCH] Update buildapp.yml (MACOS-13 BUILDING) Updated to macos-13. macos-12 is deprecated and will be fully supported in December 2024. --- .github/workflows/buildapp.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/buildapp.yml b/.github/workflows/buildapp.yml index 224a281..409459a 100644 --- a/.github/workflows/buildapp.yml +++ b/.github/workflows/buildapp.yml @@ -54,7 +54,7 @@ concurrency: jobs: build: name: Build uYouEnhanced - runs-on: macos-12 + runs-on: macos-13 permissions: contents: write