From 929b33346c28d5d0c00269fd45b529641958df28 Mon Sep 17 00:00:00 2001 From: carlosuc3m <100329787@alumnos.uc3m.es> Date: Thu, 12 Sep 2024 09:59:26 +0200 Subject: [PATCH] correct the folder where the macosx-arm64 is when extracting --- .github/workflows/build.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 31c6df7..a62bf1d 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -31,7 +31,7 @@ jobs: cmake-build-type: "Release" cmake-build-flag: "-A x64" - name: macos - os: macos-latest + os: macos-14 c-compiler: "clang" cxx-compiler: "clang++" cmake-build-type: "Release" @@ -138,7 +138,7 @@ jobs: run: | jar xvf ubuntu-artifact/${{steps.mvn_info.outputs.name}}-${{steps.mvn_info.outputs.version}}.jar net/clesperanto/linux-x86_64 jar xf windows-artifact/${{steps.mvn_info.outputs.name}}-${{steps.mvn_info.outputs.version}}.jar net/clesperanto/windows-x86_64 - jar xf macos-artifact/${{steps.mvn_info.outputs.name}}-${{steps.mvn_info.outputs.version}}.jar net/clesperanto/macos-arm64 + jar xf macos-artifact/${{steps.mvn_info.outputs.name}}-${{steps.mvn_info.outputs.version}}.jar net/clesperanto/macosx-arm64 mkdir -p libs mv net/clesperanto/* libs/ - name: Build the JAR file for macos-x86_64 and adding all the native libraries to it