Skip to content

Commit e9dc2bc

Browse files
atljsatya164
authored andcommitted
chore: use macos 14 runner on template workflows
1 parent b11015f commit e9dc2bc

File tree

1 file changed

+1
-1
lines changed
  • packages/create-react-native-library/templates/common/$.github/workflows

1 file changed

+1
-1
lines changed

packages/create-react-native-library/templates/common/$.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ jobs:
105105
yarn turbo run build:android --cache-dir="${{ env.TURBO_CACHE_DIR }}"
106106
107107
build-ios:
108-
runs-on: macos-latest
108+
runs-on: macos-14
109109
env:
110110
TURBO_CACHE_DIR: .turbo/ios
111111
steps:

0 commit comments

Comments
 (0)