Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
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
Original file line number Diff line number Diff line change
Expand Up @@ -43,20 +43,19 @@ jobs:
fail-fast: false
matrix:
# Only the latest available version of each OS is tested
# Both macOS 13 and 14 are tested because they use different architectures
os:
- ubuntu-24.04
- macos-13 # x86_64
- macos-14 # aarch64
- macos-15
- macos-15-intel
- windows-2025
# Only LTS versions greater than 8 are tested
java-version: [ '8', '11', '17', '21' ]
include:
- os: ubuntu-24.04
shell: bash
- os: macos-13
- os: macos-15
shell: bash
- os: macos-14
- os: macos-15-intel
shell: bash
- os: windows-2025
shell: wsl-bash
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,20 +18,19 @@ jobs:
fail-fast: false
matrix:
# Only the latest available version of each OS is tested
# Both macOS 13 and 14 are tested because they use different architectures
os:
- ubuntu-24.04
- macos-13 # x86_64
- macos-14 # aarch64
- macos-15
- macos-15-intel
- windows-2025
# Only LTS versions greater than 8 are tested
java-version: [ '8', '11', '17', '21' ]
include:
- os: ubuntu-24.04
shell: bash
- os: macos-13
- os: macos-15
shell: bash
- os: macos-14
- os: macos-15-intel
shell: bash
- os: windows-2025
shell: wsl-bash
Expand Down
Loading