From c3cf6d69531a49ffaa379ec5e1e78c49cbedceba Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 29 Jul 2025 12:40:27 +0000 Subject: [PATCH 1/2] 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 c0afb9a0..04fd12e5 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 be0b32d2..9b1a9808 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 bdfb39d3..0a47f3a0 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 From 9c126cb6a19d234e24fc33018305dc5e16813321 Mon Sep 17 00:00:00 2001 From: Karl Horky Date: Tue, 29 Jul 2025 14:41:36 +0200 Subject: [PATCH 2/2] Add edit to stop endless Renovate rebasing --- .github/workflows/detox-android.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/detox-android.yml b/.github/workflows/detox-android.yml index 04fd12e5..305447e3 100644 --- a/.github/workflows/detox-android.yml +++ b/.github/workflows/detox-android.yml @@ -5,6 +5,7 @@ on: [push] jobs: build: name: Detox Integration Tests - Android + # Edit to block endless Renovate rebasing runs-on: macos-14 timeout-minutes: 45 steps: