From d5a079030c18501c3f6ffab80cd5b5ab39973a79 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 19 Jul 2024 21:31:25 +0000 Subject: [PATCH] Update dependency macos to v14 --- .github/workflows/detox-android.yml | 2 +- .github/workflows/detox-ios.yml | 2 +- .github/workflows/expo-start-android.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/detox-android.yml b/.github/workflows/detox-android.yml index 9e3d27b..c7d83bc 100644 --- a/.github/workflows/detox-android.yml +++ b/.github/workflows/detox-android.yml @@ -5,7 +5,7 @@ on: [push] jobs: build: name: Detox Integration Tests - Android - runs-on: macos-13 + runs-on: macos-14 timeout-minutes: 45 steps: - name: Checkout diff --git a/.github/workflows/detox-ios.yml b/.github/workflows/detox-ios.yml index 5f07ed5..fa0b497 100644 --- a/.github/workflows/detox-ios.yml +++ b/.github/workflows/detox-ios.yml @@ -12,7 +12,7 @@ jobs: # HINT: Run 'applesimutils --list' to list your supported devices. It is advised only to specify a device type, e.g., "iPhone Xʀ" and avoid explicit search by OS version. # ``` # However, applesimutils --list reports that a device with "iPhone 13 Pro" exists - runs-on: macos-13 + runs-on: macos-14 timeout-minutes: 45 steps: diff --git a/.github/workflows/expo-start-android.yml b/.github/workflows/expo-start-android.yml index da3b888..efe494f 100644 --- a/.github/workflows/expo-start-android.yml +++ b/.github/workflows/expo-start-android.yml @@ -5,7 +5,7 @@ on: [push] jobs: build: name: Expo Dev Server Tests - runs-on: macos-13 + runs-on: macos-14 timeout-minutes: 45 steps: - name: Checkout