Skip to content

Commit

Permalink
- Testing to see if we can build this on the new beta hosted mac runn…
Browse files Browse the repository at this point in the history
…er for arm.
  • Loading branch information
vonnieda committed Dec 1, 2023
1 parent 7956e81 commit b2c488b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,8 @@ jobs:
strategy:
matrix:
java: [18]
runs-on: [self-hosted, macOS, ARM64]
# runs-on: [self-hosted, macOS, ARM64]
runs-on: [macos-13-xlarge]

steps:
- name: Checkout Repo
Expand Down

0 comments on commit b2c488b

Please sign in to comment.