From feefff76ef9877194dba5646ea4fb6e6fd9f00c9 Mon Sep 17 00:00:00 2001 From: Mike Hardy Date: Thu, 21 Nov 2024 14:31:48 -0500 Subject: [PATCH] test(ci): use macos-15 vs macos-14 should be slightly faster, otherwise should have no effect --- .github/workflows/tests_e2e_ios.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests_e2e_ios.yml b/.github/workflows/tests_e2e_ios.yml index 88110055..88449a96 100644 --- a/.github/workflows/tests_e2e_ios.yml +++ b/.github/workflows/tests_e2e_ios.yml @@ -26,7 +26,7 @@ concurrency: jobs: ios: name: iOS - runs-on: macos-14 + runs-on: macos-15 # TODO matrix across APIs, at least 10 and 13 (lowest to highest) timeout-minutes: 60 env: