Skip to content

Commit b2c488b

Browse files
committed
- Testing to see if we can build this on the new beta hosted mac runner for arm.
1 parent 7956e81 commit b2c488b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -311,7 +311,8 @@ jobs:
311311
strategy:
312312
matrix:
313313
java: [18]
314-
runs-on: [self-hosted, macOS, ARM64]
314+
# runs-on: [self-hosted, macOS, ARM64]
315+
runs-on: [macos-13-xlarge]
315316

316317
steps:
317318
- name: Checkout Repo

0 commit comments

Comments
 (0)