diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index da975df..126ab2a 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -68,8 +68,7 @@ jobs: - name: Build MacOS (verify min version) if: matrix.os == 'macos-latest' run: | - otool -l ./roast-macos-x86_64 | fgrep LC_BUILD_VERSION -A4 | fgrep minos | sort | uniq -c - otool -l ./roast-macos-aarch64 | fgrep LC_BUILD_VERSION -A4 | fgrep minos | sort | uniq -c + otool -l ./roast-macos-x86_64 - name: Build Linux if: matrix.os == 'ubuntu-latest' run: |