Skip to content

Commit a056fef

Browse files
committed
Move GHA workflows to GA JDK 24 builds
1 parent 66ec6fe commit a056fef

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/mandrel.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
repo: ${{ github.repository }}
3636
version: ${{ github.ref }}
3737
mandrel-packaging-version: "24.2"
38-
jdk: "24/ea"
38+
jdk: "24/ga"
3939
q-main-ea-win:
4040
name: "Q main M 24.2 windows EA"
4141
uses: ./.github/workflows/base-windows.yml
@@ -44,4 +44,4 @@ jobs:
4444
repo: ${{ github.repository }}
4545
version: ${{ github.ref }}
4646
mandrel-packaging-version: "24.2"
47-
jdk: "24/ea"
47+
jdk: "24/ga"

0 commit comments

Comments
 (0)