Skip to content

Commit

Permalink
Lets try to install the x86_64
Browse files Browse the repository at this point in the history
  • Loading branch information
jkvargas committed May 6, 2024
1 parent 94232b6 commit 4d94658
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
target:
- os: ubuntu-latest
triple: x86_64-unknown-linux-gnu
- os: macos-latest
- os: macos-13 # latest will use arm
triple: x86_64-apple-darwin
- os: windows-latest
triple: x86_64-pc-windows-msvc
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
target:
- os: ubuntu-latest
triple: x86_64-unknown-linux-gnu
- os: macos-latest
- os: macos-13 # latest will use arm
triple: x86_64-apple-darwin
- os: windows-latest
triple: x86_64-pc-windows-msvc
Expand Down Expand Up @@ -72,7 +72,7 @@ jobs:
sudo apt-get update
sudo apt-get install libassimp-dev
elif [ "$RUNNER_OS" == 'macOS' ]; then
arch -x86_64 brew install assimp
brew install assimp
elif [ "$RUNNER_OS" == 'Windows' ]; then
vcpkg install assimp
else
Expand Down

0 comments on commit 4d94658

Please sign in to comment.