From 354eb4e16a377f5f8f98bb115471ae0c0a530c22 Mon Sep 17 00:00:00 2001 From: WindowsMEMZ <45706356+WindowsMEMZ@users.noreply.github.com> Date: Sat, 18 Nov 2023 20:25:57 +0800 Subject: [PATCH] Update ios.yml --- .github/workflows/ios.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ios.yml b/.github/workflows/ios.yml index b9cfc7b64..69357166b 100644 --- a/.github/workflows/ios.yml +++ b/.github/workflows/ios.yml @@ -100,7 +100,7 @@ jobs: path: ./Caches test_watch1: - runs-on: macos13 + runs-on: macos-13 name: Test on Apple Watch Series 7 (41mm) needs: - build_for_testing @@ -123,7 +123,7 @@ jobs: path: ~/Downloads test_watch2: - runs-on: macos13 + runs-on: macos-13 name: Test on Apple Watch Series 9 (45mm) needs: - build_for_testing