From f6d69039439a70a7d1f47d102984f59cb58b8917 Mon Sep 17 00:00:00 2001 From: Allen Byrne Date: Fri, 9 Feb 2024 13:08:11 -0600 Subject: [PATCH 1/2] remove incorrect check for environ --- .github/workflows/abi-report.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/abi-report.yml b/.github/workflows/abi-report.yml index 57e1eb496b8..0c99ad642e0 100644 --- a/.github/workflows/abi-report.yml +++ b/.github/workflows/abi-report.yml @@ -46,7 +46,6 @@ jobs: - uses: actions/checkout@v4.1.1 - name: Get published binary (Linux) - if: ${{ (inputs.use_environ == 'snapshots') }} uses: actions/download-artifact@f44cd7b40bfd40b6aa1cc1b9b5b7bf03d3c67110 # v4.1.0 with: name: tgz-ubuntu-2204_gcc-binary From 6baf9ad5eaf576c582b75915fee2ccab332f7788 Mon Sep 17 00:00:00 2001 From: Allen Byrne Date: Fri, 9 Feb 2024 14:02:36 -0600 Subject: [PATCH 2/2] remove old code --- .github/workflows/cmake-bintest.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/cmake-bintest.yml b/.github/workflows/cmake-bintest.yml index 28f52e0bbde..2dd136cca17 100644 --- a/.github/workflows/cmake-bintest.yml +++ b/.github/workflows/cmake-bintest.yml @@ -153,7 +153,6 @@ jobs: # MacOS w/ Clang + CMake # name: "MacOS Clang Binary Test" -# if: false runs-on: macos-13 steps: - name: Install Dependencies (MacOS)