From be5a7f5a9b2c50c6d3068b26258c3d1eb015f64d Mon Sep 17 00:00:00 2001 From: Daniele Conti Date: Tue, 30 Apr 2024 19:05:51 +0200 Subject: [PATCH] Remove last line --- .github/workflows/main.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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: |