This is an automated email from the ASF dual-hosted git repository.
sunlan pushed a commit to branch GROOVY_4_0_X
in repository https://gitbox.apache.org/repos/asf/groovy.git
The following commit(s) were added to refs/heads/GROOVY_4_0_X by this push:
new 28f3ec8191 Use ubuntu-latest
28f3ec8191 is described below
commit 28f3ec8191a67e7bcdb9425d10f2b9c708ea22a3
Author: Daniel Sun <[email protected]>
AuthorDate: Thu May 1 09:19:58 2025 +0900
Use ubuntu-latest
---
.github/workflows/grails-joint-validation.yml | 2 +-
.github/workflows/groovy-build-test-ea.yml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/grails-joint-validation.yml
b/.github/workflows/grails-joint-validation.yml
index bcdfe4b22c..6a8e632f76 100644
--- a/.github/workflows/grails-joint-validation.yml
+++ b/.github/workflows/grails-joint-validation.yml
@@ -33,7 +33,7 @@ jobs:
strategy:
fail-fast: true
matrix:
- os: [ubuntu-20.04]
+ os: [ubuntu-latest]
java: [11.0.9]
runs-on: ${{ matrix.os }}
env:
diff --git a/.github/workflows/groovy-build-test-ea.yml
b/.github/workflows/groovy-build-test-ea.yml
index e33350b286..4a70f0a0d9 100644
--- a/.github/workflows/groovy-build-test-ea.yml
+++ b/.github/workflows/groovy-build-test-ea.yml
@@ -25,7 +25,7 @@ jobs:
strategy:
fail-fast: false
matrix:
- os: [ubuntu-20.04]
+ os: [ubuntu-latest]
java: [17]
# The jdk links of "install-jdk.sh" are sometimes outdated, so we have
to download openjdk releases from https://jdk.java.net/ by ourselves.
jdk:
["https://download.java.net/java/GA/jdk20/bdc68b4b9cbc4ebcb30745c85038d91d/36/GPL/openjdk-20_linux-x64_bin.tar.gz",