This is an automated email from the ASF dual-hosted git repository.

jbonofre pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/karaf-decanter.git


The following commit(s) were added to refs/heads/main by this push:
     new 174458ef Define x64 architecture on CI
174458ef is described below

commit 174458efa2e451bfac880e03103d976cc68775e2
Author: JB Onofré <[email protected]>
AuthorDate: Thu Feb 6 13:10:26 2025 +0100

    Define x64 architecture on CI
---
 .github/workflows/build.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 29872c6d..7e58206d 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -39,6 +39,7 @@ jobs:
         with:
           java-version: '11'
           distribution: 'temurin'
+          architecture: 'x64'
       - name: Building
         run: mvn -U -B -e clean install -DskipTests -Prat
       - name: Tests

Reply via email to