From fcb54c76f62564633f3abe6f8cce638787f5d9d8 Mon Sep 17 00:00:00 2001 From: staphen Date: Mon, 8 Dec 2025 20:45:39 -0500 Subject: [PATCH] Update iOS build to run on macOS 14 --- .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 a6314b0bb..24b57a217 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-13 + runs-on: macos-14 steps: - uses: actions/checkout@v6