This is an automated email from the ASF dual-hosted git repository.
mbien pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/netbeans.git
The following commit(s) were added to refs/heads/master by this push:
new ac9bdbb911 Switch CI from JDK 21-ea to 21-ga.
new 7394c0c6f9 Merge pull request #6469 from mbien/ci-jdk-21ga
ac9bdbb911 is described below
commit ac9bdbb91166747abd2e1824ac84a247a14ec57b
Author: Michael Bien <[email protected]>
AuthorDate: Wed Sep 20 06:12:57 2023 +0200
Switch CI from JDK 21-ea to 21-ga.
---
.github/workflows/main.yml | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index eb23af28a5..8a8c94afca 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -96,7 +96,7 @@ jobs:
timeout-minutes: 60
strategy:
matrix:
- java: [ '11', '17', '21-ea' ]
+ java: [ '11', '17', '21' ]
fail-fast: false
steps:
@@ -120,7 +120,7 @@ jobs:
restore-keys: ${{ runner.os }}-
- name: Setup Gradle Daemon to run on JDK 11
- if: ${{ matrix.java == '21-ea' }}
+ if: ${{ matrix.java == '21' }}
run: |
mkdir -p ~/.gradle
#uses a preinstalled JDK 11 from the runner
@@ -192,7 +192,7 @@ jobs:
timeout-minutes: 60
strategy:
matrix:
- java: [ '11', '17', '21-ea' ]
+ java: [ '11', '17', '21' ]
fail-fast: false
steps:
@@ -1771,7 +1771,7 @@ jobs:
macos:
name: Tests on MacOS/JDK ${{ matrix.java }}
needs: base-build
- runs-on: macos-11
+ runs-on: macos-latest
timeout-minutes: 90
strategy:
matrix:
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists