Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 7 additions & 6 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,12 +81,13 @@ jobs:
strategy:
fail-fast: false
matrix:
- arch: AMD64
jdk: 11
macos: 13
- arch: AArch64
jdk: 11
macos: latest
include:
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

oops, I missed that :)

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Updated, tests all pass

- arch: AMD64
jdk: 11
macos: 13
- arch: AArch64
jdk: 11
macos: latest
steps:
- name: Set up Java
uses: actions/setup-java@v4
Expand Down