Skip to content

Commit 6c1cf19

Browse files
Revert macOS runner settings
1 parent 790d9c8 commit 6c1cf19

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

.github/workflows/jarbuild.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -165,11 +165,10 @@ jobs:
165165
fail-fast: false
166166
matrix:
167167
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" }
168+
# Using standard runners with debug-only LLVM build to save time
169+
# For faster builds with release LLVM, use: macos-15-large and macos-15-xlarge
170+
- { runs_on: macos-15-intel, arch: "x86_64"}
171+
- { runs_on: macos-15, arch: "aarch_64" }
173172
env:
174173
MACOSX_DEPLOYMENT_TARGET: "15.0"
175174
steps:

0 commit comments

Comments
 (0)