From 5332b289b3767ddb6c7a6c8e99deb8ef6d6a8ec8 Mon Sep 17 00:00:00 2001 From: m1ga Date: Sat, 4 Jan 2025 14:56:18 +0100 Subject: [PATCH] workflow --- .github/workflows/ios.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ios.yml b/.github/workflows/ios.yml index 00d5d6b..c5c9dbb 100644 --- a/.github/workflows/ios.yml +++ b/.github/workflows/ios.yml @@ -1,5 +1,5 @@ name: iOS Build -on: +on: push: paths-ignore: - 'android/**' @@ -9,10 +9,10 @@ on: - 'android/**' - 'apidoc/**' workflow_dispatch: - + jobs: ios: - runs-on: macos-latest + runs-on: macos-13 name: iOS env: SDK_VERSION: 12.5.1.GA