From 5587873710698aca0f269d0a4f8777dd7e3621ab Mon Sep 17 00:00:00 2001 From: StuartFerguson Date: Sat, 16 Apr 2022 09:08:02 +0100 Subject: [PATCH] Use Mac OS 12 --- .github/workflows/pullrequest_ios.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pullrequest_ios.yml b/.github/workflows/pullrequest_ios.yml index 20df7389..75969523 100644 --- a/.github/workflows/pullrequest_ios.yml +++ b/.github/workflows/pullrequest_ios.yml @@ -13,7 +13,7 @@ env: jobs: # MAUI iOS Build build-ios: - runs-on: macos-11 + runs-on: macos-12 name: iOS Build steps: - name: Checkout