Skip to content

Commit 326b21a

Browse files
latekvom-bert
authored andcommitted
Fix "build MacOS" CI taking a long time to complete (#3679)
## Description This PR fixes the MacOS CI taking a long time to build by forcing the usage of a faster runner. This change reduces the MacOS build times from `40-60` minutes to just under `5` minutes. Just from casual calculations, this should also reduce per-build cost from around `$4` to `$0.8` (`50 * $0.08` vs `5 * $0.16`) ## Test plan - wait for the CIs to pass
1 parent 78cdece commit 326b21a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/macos-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
build:
1717
if: github.repository == 'software-mansion/react-native-gesture-handler'
1818

19-
runs-on: macos-15
19+
runs-on: macos-15-xlarge
2020
env:
2121
WORKING_DIRECTORY: apps/macos-example
2222
concurrency:

0 commit comments

Comments
 (0)