We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 790d9c8 commit 6c1cf19Copy full SHA for 6c1cf19
.github/workflows/jarbuild.yml
@@ -165,11 +165,10 @@ jobs:
165
fail-fast: false
166
matrix:
167
platform:
168
- # Using larger runners for faster LLVM builds
169
- # macos-15-large: 12 cores, 30GB RAM (Intel x64)
170
- # macos-15-xlarge: 5 cores + GPU, 14GB RAM (ARM64 M2)
171
- - { runs_on: macos-15-large, arch: "x86_64"}
172
- - { runs_on: macos-15-xlarge, arch: "aarch_64" }
+ # Using standard runners with debug-only LLVM build to save time
+ # For faster builds with release LLVM, use: macos-15-large and macos-15-xlarge
+ - { runs_on: macos-15-intel, arch: "x86_64"}
+ - { runs_on: macos-15, arch: "aarch_64" }
173
env:
174
MACOSX_DEPLOYMENT_TARGET: "15.0"
175
steps:
0 commit comments