Skip to content

Commit c8495f3

Browse files
Update dependency macos to v14
1 parent 3bb916b commit c8495f3

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/detox-android.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on: [push]
55
jobs:
66
build:
77
name: Detox Integration Tests - Android
8-
runs-on: macos-13
8+
runs-on: macos-14
99
timeout-minutes: 45
1010
steps:
1111
- name: Checkout

.github/workflows/detox-ios.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
# 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.
1313
# ```
1414
# However, applesimutils --list reports that a device with "iPhone 13 Pro" exists
15-
runs-on: macos-13
15+
runs-on: macos-14
1616

1717
timeout-minutes: 45
1818
steps:

.github/workflows/expo-start-android.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on: [push]
55
jobs:
66
build:
77
name: Expo Dev Server Tests
8-
runs-on: macos-13
8+
runs-on: macos-14
99
timeout-minutes: 45
1010
steps:
1111
- name: Checkout

0 commit comments

Comments
 (0)