Skip to content

Commit de06a6c

Browse files
committed
Drop 23-ea due to missing Mac build and use macos-latest instead of macos-14
Signed-off-by: Taylor Smock <[email protected]>
1 parent a1437c9 commit de06a6c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ant-test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
fail-fast: false
2020
matrix:
2121
# test against latest update of each major Java version, as well as specific updates of LTS versions:
22-
java: [8, 11, 17, 21, 22, 23-ea]
22+
java: [8, 11, 17, 21, 22]
2323
os: [ubuntu-latest, macos-latest, windows-latest]
2424
name: Java ${{ matrix.java }} on ${{ matrix.os }}
2525
steps:

.github/workflows/ant.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,8 @@ jobs:
6969
fail-fast: false
7070
matrix:
7171
# test against latest update of each major Java version, as well as specific updates of LTS versions:
72-
java: [8, 11, 17, 21, 22, 23-ea]
73-
os: [ubuntu-latest, macos-14, windows-latest]
72+
java: [8, 11, 17, 21, 22]
73+
os: [ubuntu-latest, macos-latest, windows-latest]
7474
name: Java ${{ matrix.java }} on ${{ matrix.os }}
7575
steps:
7676
- name: Checkout

0 commit comments

Comments
 (0)