From 41f1ab9aee260fa7bef51cf4c32407578fa3f441 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: Mon, 4 Sep 2023 21:50:38 +0700 Subject: [PATCH] run on macos-11 --- .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 0aafe9c..2bf5599 100644 --- a/.github/workflows/buildapp.yml +++ b/.github/workflows/buildapp.yml @@ -8,7 +8,7 @@ on: inputs: uyou_version: description: "The version of uYou" - default: "3.0" + default: "3.0.1" required: true type: string decrypted_youtube_url: @@ -44,7 +44,7 @@ concurrency: jobs: build: name: Build uYouPlus - runs-on: macos-latest + runs-on: macos-11 permissions: contents: write