From a9c060aff03c588b48665fbdfcf4ca663e1a4705 Mon Sep 17 00:00:00 2001 From: Pushpal Roy Date: Mon, 8 Jan 2024 18:35:52 -0600 Subject: [PATCH] [ios-ci] try macos-14.2 --- .github/workflows/ios.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ios.yml b/.github/workflows/ios.yml index 2b91b4c..1f90853 100644 --- a/.github/workflows/ios.yml +++ b/.github/workflows/ios.yml @@ -13,7 +13,7 @@ concurrency: jobs: build: - runs-on: macos-13 + runs-on: macos-14.2 steps: # Code checkout - name: Checkout code