Skip to content

Commit

Permalink
Hopefully test both aarch64 and x86-64
Browse files Browse the repository at this point in the history
  • Loading branch information
dan2097 committed Jul 22, 2024
1 parent 5bd590e commit aa1349e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
# test against latest update of each major Java version:
java: [ 8, 11, 17, 21]
# test against major operating systems
os: [ubuntu-latest, windows-latest, macos-latest]
os: [ubuntu-latest, windows-latest, macos-latest-large, macos-latest-xlarge]
name: Java ${{ matrix.java }} on ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit aa1349e

Please sign in to comment.