Skip to content

Commit

Permalink
Github now has (paid) support for M1 builders, so updated the build s…
Browse files Browse the repository at this point in the history
…cript 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.
  • Loading branch information
vonnieda committed Dec 1, 2023
1 parent b2c488b commit ff1a556
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -304,14 +304,10 @@ jobs:
# Build Apple Silicon Mac native binary.
# See https://cmake.org/cmake/help/v3.23/variable/CMAKE_APPLE_SILICON_PROCESSOR.html
# Currently runs on Jason's Mac using a Github self hosted runner because Github doesn't
# yet support runners for Apple Silicon on macOS.
# Requires that the runner machine have, at least, maven and ant installed.
build_mac_aarch64:
strategy:
matrix:
java: [18]
# runs-on: [self-hosted, macOS, ARM64]
runs-on: [macos-13-xlarge]

steps:
Expand Down

0 comments on commit ff1a556

Please sign in to comment.