Skip to content

Commit a04ac10

Browse files
committed
Added 'ubuntu-24.04-arm' runner to compatibility workdlow
1 parent 268b477 commit a04ac10

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.github/workflows/build_maven_compatibility.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
matrix:
2121
distribution: [ 'corretto' ]
2222
java: [ '11', '17', '21' ]
23-
os: [ 'ubuntu-latest', 'macos-latest', 'windows-latest' ]
23+
os: [ 'ubuntu-latest', 'macos-latest', 'windows-latest', 'ubuntu-24.04-arm' ]
2424
name: Java ${{ matrix.os }} ${{ matrix.java }} (${{ matrix.distribution }}) compatibility check
2525
steps:
2626
- uses: actions/checkout@main

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
### Changed
11+
12+
- Added 'ubuntu-24.04-arm' runner to compatibility workdlow
13+
1014
## [8.6.6] - 2024-11-17
1115

1216
### Changed

0 commit comments

Comments
 (0)