diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 7549f431..25e5e0f6 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -17,6 +17,7 @@ jobs: - windows-latest - ubuntu-latest - macos-latest + - macos-14 runs-on: ${{ matrix.os }} @@ -49,6 +50,8 @@ jobs: if [[ "${RUNNER_OS}" == "Windows" ]]; then binary_extension=".exe" binary_path="sugar-windows-latest${binary_extension}" + elif [[ "${RUNNER_OS}" == "macOS-14" ]]; then + binary_path="sugar-macos-m1-latest" elif [[ "${RUNNER_OS}" == "macOS" ]]; then binary_path="sugar-macos-intel-latest" elif [[ "${RUNNER_OS}" == "Linux" ]]; then