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 2bceeda update auto-jdk-matrix.yml and auto-os-matrix.yml
2bceeda is described below
commit 2bceedab88350698f21b503b74f19c8226d3e6ce
Author: Lee Rhodes <[email protected]>
AuthorDate: Thu Dec 12 17:13:55 2024 -0800
update auto-jdk-matrix.yml and auto-os-matrix.yml
---
.github/workflows/auto-jdk-matrix.yml | 2 +-
.github/workflows/auto-os-matrix.yml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/auto-jdk-matrix.yml
b/.github/workflows/auto-jdk-matrix.yml
index af4016f..8c49112 100644
--- a/.github/workflows/auto-jdk-matrix.yml
+++ b/.github/workflows/auto-jdk-matrix.yml
@@ -62,7 +62,7 @@ jobs:
- name: Print Current workflow
run: >
- cat .github/workflows/auto-os-matrix.yml
+ cat .github/workflows/auto-jdk-matrix.yml
- name: Test
run: >
diff --git a/.github/workflows/auto-os-matrix.yml
b/.github/workflows/auto-os-matrix.yml
index fed566f..2b5f1b7 100644
--- a/.github/workflows/auto-os-matrix.yml
+++ b/.github/workflows/auto-os-matrix.yml
@@ -17,7 +17,7 @@ jobs:
fail-fast: false
matrix:
- jdk: [ 21 ]
+ jdk: [ 21 ] # LTS versions only
os: [ windows-latest, ubuntu-latest, macos-latest ]
include:
- os: windows-latest
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]