From aa26a90fb4d6be3534909b43820f6feb619447be Mon Sep 17 00:00:00 2001 From: Anders Jenbo Date: Thu, 12 Dec 2024 21:41:25 +0100 Subject: [PATCH] Update iOS.yml --- .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 0d0043e291a..f12eb596ee3 100644 --- a/.github/workflows/iOS.yml +++ b/.github/workflows/iOS.yml @@ -28,7 +28,7 @@ jobs: # well on Windows or Mac. You can convert this to a matrix build if you need # cross-platform coverage. # See: https://docs.github.com/en/free-pro-team@latest/actions/learn-github-actions/managing-complex-workflows#using-a-build-matrix - runs-on: macos-12 + runs-on: macos-13 steps: - uses: actions/checkout@v4