Skip to content

Commit

Permalink
correct the folder where the macosx-arm64 is when extracting
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosuc3m committed Sep 12, 2024
1 parent ffd8abb commit 929b333
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 929b333

Please sign in to comment.