File tree Expand file tree Collapse file tree 1 file changed +12
-1
lines changed Expand file tree Collapse file tree 1 file changed +12
-1
lines changed Original file line number Diff line number Diff line change 44
44
# optimized WIP
45
45
#
46
46
# TODO: use a github action secret to pass the builder strategy dynamically
47
- node .github/workflows/mac-runner-matrix-builder.js github
47
+ node .github/workflows/mac-runner-matrix-builder.js dc4
48
48
49
49
build :
50
50
needs : mac_runner_matrix_builder
77
77
with :
78
78
node-version : ${{ matrix.node }}
79
79
80
+ # ImageOS is required by this step but not set on self-hosted runners
80
81
- uses : ruby/setup-ruby@v1
82
+ if : ${{ matrix.selfhosted }}
83
+ with :
84
+ working-directory : rn
85
+ bundler-cache : true # runs 'bundle install' and caches installed gems automatically
86
+ env :
87
+ ImageOS : macos12
88
+
89
+ # Use inherited ImageOS on github runners
90
+ - uses : ruby/setup-ruby@v1
91
+ if : ${{ !matrix.selfhosted }}
81
92
with :
82
93
working-directory : rn
83
94
bundler-cache : true # runs 'bundle install' and caches installed gems automatically
You can’t perform that action at this time.
0 commit comments