From d69ce5204c76a9cc15594b38117e2e6df3c9dc97 Mon Sep 17 00:00:00 2001 From: Andrew Lee Rubinger Date: Mon, 29 Jul 2024 00:00:33 -0700 Subject: [PATCH] Issue #94: Try to use a different JVM that will not be in virtualized x86_64 mode --- .github/workflows/ci-issue-94.yml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci-issue-94.yml b/.github/workflows/ci-issue-94.yml index 561b90f4..46a3183e 100644 --- a/.github/workflows/ci-issue-94.yml +++ b/.github/workflows/ci-issue-94.yml @@ -72,10 +72,11 @@ jobs: - uses: actions/checkout@v4 with: submodules: true - - name: Init Hermit - uses: cashapp/activate-hermit@v1 + - name: Set up JDK 11 + uses: actions/setup-java@v3 with: - cache: true + distribution: 'adopt' + java-version: '11' - name: Setup run: just setup - name: Remove existing tbdex.kt @@ -90,7 +91,7 @@ jobs: uses: actions/download-artifact@v4.0.0 with: name: libtbdex_uniffi_macos-latest.dylib - path: bound/kt/src/main/resources/libtbdex_uniffi_x86_64_apple_darwin.dylib + path: bound/kt/src/main/resources/libtbdex_uniffi_aarch64_apple_darwin.dylib - name: Build and Test Kotlin Project run: | mkdir -p test-results