From 926b20062aacb4cbb3d06f1abf2ca102a5b47815 Mon Sep 17 00:00:00 2001 From: Brandon Minnick <13558917+brminnick@users.noreply.github.com> Date: Mon, 29 May 2023 02:26:39 +0200 Subject: [PATCH] Update maui.yml --- .github/workflows/maui.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/maui.yml b/.github/workflows/maui.yml index a7f5cef..c0ee35c 100644 --- a/.github/workflows/maui.yml +++ b/.github/workflows/maui.yml @@ -35,7 +35,7 @@ jobs: dotnet build ./src -f net7.0-android Build_iOS: - runs-on: macos-12 + runs-on: macos-latest steps: - uses: actions/checkout@v3 @@ -65,7 +65,7 @@ jobs: dotnet build ./src -f net7.0-ios Build_MacCatalyst: - runs-on: macos-12 + runs-on: macos-latest steps: - uses: actions/checkout@v3