This is an automated email from the ASF dual-hosted git repository.
leerho pushed a commit to branch gha-testing
in repository https://gitbox.apache.org/repos/asf/datasketches-memory.git
The following commit(s) were added to refs/heads/gha-testing by this push:
new 9acd096 Revert
9acd096 is described below
commit 9acd09676340620955b452b6e8b17e5353b23ba1
Author: Lee Rhodes <[email protected]>
AuthorDate: Thu Dec 12 13:19:37 2024 -0800
Revert
---
.github/workflows/auto-jdk-matrix.yml | 8 +++-----
1 file changed, 3 insertions(+), 5 deletions(-)
diff --git a/.github/workflows/auto-jdk-matrix.yml
b/.github/workflows/auto-jdk-matrix.yml
index ac2444e..d3f5824 100644
--- a/.github/workflows/auto-jdk-matrix.yml
+++ b/.github/workflows/auto-jdk-matrix.yml
@@ -16,11 +16,9 @@ jobs:
strategy:
fail-fast: false
- matrix:
- jdk: [ 21 ]
env:
- JDK_VERSION: {{ matrix.jdk }}
+ JDK_VERSION: 21
steps:
- name: "Checkout ${{ github.ref }} ( ${{ github.sha }} )"
@@ -32,10 +30,10 @@ jobs:
run: >
cat .github/workflows/auto-jdk-matrix.yml
- - name: Install Matrix Java
+ - name: Setup Java
uses: actions/setup-java@v4
with:
- java-version: {{ matrix.jdk }}
+ java-version: 21
distribution: 'temurin'
java-package: jdk
architecture: x64
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]