Skip to content

Commit

Permalink
Update dependency macos to v14
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed May 9, 2024
1 parent 28e3d1c commit 36d6f9b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/detox-android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/detox-ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/expo-start-android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 36d6f9b

Please sign in to comment.