Skip to content

Commit 4d94658

Browse files
committed
Lets try to install the x86_64
1 parent 94232b6 commit 4d94658

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
target:
1818
- os: ubuntu-latest
1919
triple: x86_64-unknown-linux-gnu
20-
- os: macos-latest
20+
- os: macos-13 # latest will use arm
2121
triple: x86_64-apple-darwin
2222
- os: windows-latest
2323
triple: x86_64-pc-windows-msvc

.github/workflows/test.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
target:
2626
- os: ubuntu-latest
2727
triple: x86_64-unknown-linux-gnu
28-
- os: macos-latest
28+
- os: macos-13 # latest will use arm
2929
triple: x86_64-apple-darwin
3030
- os: windows-latest
3131
triple: x86_64-pc-windows-msvc
@@ -72,7 +72,7 @@ jobs:
7272
sudo apt-get update
7373
sudo apt-get install libassimp-dev
7474
elif [ "$RUNNER_OS" == 'macOS' ]; then
75-
arch -x86_64 brew install assimp
75+
brew install assimp
7676
elif [ "$RUNNER_OS" == 'Windows' ]; then
7777
vcpkg install assimp
7878
else

0 commit comments

Comments
 (0)