From fec885ad2935311a5ec2bc6d081c32fc99d951fa Mon Sep 17 00:00:00 2001 From: Daniel Monettelli Date: Thu, 29 Feb 2024 20:48:04 -0500 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=B7=20[Workfllow]=20Updated=20"mobile.?= =?UTF-8?q?yml"=20s2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/mobile.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/mobile.yml b/.github/workflows/mobile.yml index 4358851..bbc7da9 100644 --- a/.github/workflows/mobile.yml +++ b/.github/workflows/mobile.yml @@ -47,7 +47,7 @@ jobs: dotnet build ./ChatGPT -f net8.0-android Build_iOS: - runs-on: macos-13 + runs-on: macos-14 steps: - uses: actions/checkout@v3 @@ -75,7 +75,7 @@ jobs: dotnet build ./ChatGPT -f net8.0-ios Build_MacCatalyst: - runs-on: macos-13 + runs-on: macos-14 steps: - uses: actions/checkout@v3