Skip to content

Commit c68cfbf

Browse files
committed
Merge branch 'main' into jleibs/arrow_match_build_flags
2 parents 2af8f9d + 6782d42 commit c68cfbf

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/reusable_build_and_test_wheels.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,13 +83,13 @@ jobs:
8383
container="null"
8484
;;
8585
macos-arm)
86-
runner="macos-latest"
86+
runner="macos-latest-large" # See https://github.blog/2023-10-02-introducing-the-new-apple-silicon-powered-m1-macos-larger-runner-for-github-actions/
8787
target="aarch64-apple-darwin"
8888
run_tests="false"
8989
container="null"
9090
;;
9191
macos-intel)
92-
runner="macos-latest"
92+
runner="macos-latest-large" # See https://github.blog/2023-10-02-introducing-the-new-apple-silicon-powered-m1-macos-larger-runner-for-github-actions/
9393
target="x86_64-apple-darwin"
9494
run_tests="false"
9595
container="null"

.github/workflows/reusable_build_and_upload_rerun_c.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,13 +82,13 @@ jobs:
8282
lib_name="rerun_c.lib"
8383
;;
8484
macos-arm)
85-
runner="macos-latest"
85+
runner="macos-latest" # Small runners, because building rerun_c is fast
8686
target="aarch64-apple-darwin"
8787
container="null"
8888
lib_name="librerun_c.a"
8989
;;
9090
macos-intel)
91-
runner="macos-latest"
91+
runner="macos-latest" # Small runners, because building rerun_c is fast
9292
target="x86_64-apple-darwin"
9393
container="null"
9494
lib_name="librerun_c.a"

.github/workflows/reusable_build_and_upload_rerun_cli.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,13 +83,13 @@ jobs:
8383
bin_name="rerun.exe"
8484
;;
8585
macos-arm)
86-
runner="macos-latest"
86+
runner="macos-latest-large" # See https://github.blog/2023-10-02-introducing-the-new-apple-silicon-powered-m1-macos-larger-runner-for-github-actions/
8787
target="aarch64-apple-darwin"
8888
container="null"
8989
bin_name="rerun"
9090
;;
9191
macos-intel)
92-
runner="macos-latest"
92+
runner="macos-latest-large" # See https://github.blog/2023-10-02-introducing-the-new-apple-silicon-powered-m1-macos-larger-runner-for-github-actions/
9393
target="x86_64-apple-darwin"
9494
container="null"
9595
bin_name="rerun"

0 commit comments

Comments
 (0)