From 2023fe6644b0572aae76f871f03a196d298cc641 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 29 Apr 2024 10:23:30 -0400 Subject: [PATCH] [deps]: Update macos to v14 (#3202) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/build-beta.yml | 2 +- .github/workflows/build.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-beta.yml b/.github/workflows/build-beta.yml index 7252ded6b..084d30798 100644 --- a/.github/workflows/build-beta.yml +++ b/.github/workflows/build-beta.yml @@ -45,7 +45,7 @@ jobs: ios: name: Apple iOS - runs-on: macos-13 + runs-on: macos-14 needs: setup env: ios_folder_path: src/App/Platforms/iOS diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 501c403d4..01496c4b3 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -435,7 +435,7 @@ jobs: ios: name: Apple iOS - runs-on: macos-13 + runs-on: macos-14 needs: setup env: ios_folder_path: src/App/Platforms/iOS