File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 17
17
target :
18
18
- os : ubuntu-latest
19
19
triple : x86_64-unknown-linux-gnu
20
- - os : macos-latest
20
+ - os : macos-13 # latest will use arm
21
21
triple : x86_64-apple-darwin
22
22
- os : windows-latest
23
23
triple : x86_64-pc-windows-msvc
Original file line number Diff line number Diff line change 25
25
target :
26
26
- os : ubuntu-latest
27
27
triple : x86_64-unknown-linux-gnu
28
- - os : macos-latest
28
+ - os : macos-13 # latest will use arm
29
29
triple : x86_64-apple-darwin
30
30
- os : windows-latest
31
31
triple : x86_64-pc-windows-msvc
72
72
sudo apt-get update
73
73
sudo apt-get install libassimp-dev
74
74
elif [ "$RUNNER_OS" == 'macOS' ]; then
75
- arch -x86_64 brew install assimp
75
+ brew install assimp
76
76
elif [ "$RUNNER_OS" == 'Windows' ]; then
77
77
vcpkg install assimp
78
78
else
You can’t perform that action at this time.
0 commit comments