From 4d9465890d2b0dfbc57bdb0396b45ed11f05bf5b Mon Sep 17 00:00:00 2001 From: Jhonny Knaak de Vargas Date: Sun, 5 May 2024 21:19:28 -0700 Subject: [PATCH] Lets try to install the x86_64 --- .github/workflows/release.yml | 2 +- .github/workflows/test.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index aedcb3d..7a18af7 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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 diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 1e9fe1d..c6dd44a 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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 @@ -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