From ff849345591cf8802ffccd174b8c0976baa3fef9 Mon Sep 17 00:00:00 2001 From: UnknownShadow200 Date: Tue, 29 Oct 2024 07:54:29 +1100 Subject: [PATCH] iOS: macOS 12 is being deprecated for github runners, switch to macOS 13 --- .github/workflows/build_ios.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build_ios.yml b/.github/workflows/build_ios.yml index 1dbacc1b6..22b99a925 100644 --- a/.github/workflows/build_ios.yml +++ b/.github/workflows/build_ios.yml @@ -13,7 +13,7 @@ concurrency: jobs: build: - runs-on: macOS-12 + runs-on: macOS-13 steps: - uses: actions/checkout@v4 - name: Compile iOS build