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