Skip to content

Commit ff1a556

Browse files
committed
Github now has (paid) support for M1 builders, so updated the build script to use them and put some cash in the bucket. Seems cheap enough to just keep topped up and saves me from having to use my laptop.
1 parent b2c488b commit ff1a556

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -304,14 +304,10 @@ jobs:
304304
305305
# Build Apple Silicon Mac native binary.
306306
# See https://cmake.org/cmake/help/v3.23/variable/CMAKE_APPLE_SILICON_PROCESSOR.html
307-
# Currently runs on Jason's Mac using a Github self hosted runner because Github doesn't
308-
# yet support runners for Apple Silicon on macOS.
309-
# Requires that the runner machine have, at least, maven and ant installed.
310307
build_mac_aarch64:
311308
strategy:
312309
matrix:
313310
java: [18]
314-
# runs-on: [self-hosted, macOS, ARM64]
315311
runs-on: [macos-13-xlarge]
316312

317313
steps:

0 commit comments

Comments
 (0)