Skip to content

Commit 88c4fb6

Browse files
committed
feat(ci): update sdk-platform-java-nightly matrix for latest OS and Java versions
- Update OS matrix to latest versions: ubuntu-24.04, windows-2025, macos-15 (ARM64) - Expand Java matrix to include missing LTS versions (21, 25) and latest JDK 26 BUG=b/481669998 TAG=agy CONV=7b193e4d-38f8-450c-8475-0b9ae0d04507
1 parent a71e629 commit 88c4fb6

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/sdk-platform-java-nightly.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ jobs:
1111
strategy:
1212
fail-fast: false
1313
matrix:
14-
os: [ macos-15-intel, ubuntu-22.04, windows-2022 ]
15-
java: [ 11, 17 ]
14+
os: [ macos-15, ubuntu-24.04, windows-2025 ]
15+
java: [ 11, 17, 21, 25, 26 ]
1616
runs-on: ${{ matrix.os }}
1717
steps:
1818
- run: git config --global core.longpaths true
@@ -44,7 +44,7 @@ jobs:
4444
strategy:
4545
fail-fast: false
4646
matrix:
47-
os: [ macos-15-intel, ubuntu-22.04, windows-2022 ]
47+
os: [ macos-15, ubuntu-24.04, windows-2025 ]
4848
runs-on: ${{ matrix.os }}
4949
steps:
5050
- run: git config --global core.longpaths true

0 commit comments

Comments
 (0)