Skip to content

Commit f79444d

Browse files
committed
chore: use macos-13 on template workflow as well
1 parent 336f77a commit f79444d

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
@@ -103,7 +103,7 @@ jobs:
103103
yarn turbo run build:android --cache-dir="${{ env.TURBO_CACHE_DIR }}"
104104
105105
build-ios:
106-
runs-on: macos-latest
106+
runs-on: macos-13
107107
env:
108108
TURBO_CACHE_DIR: .turbo/ios
109109
steps:

0 commit comments

Comments
 (0)