diff --git a/.github/workflows/ci-workflow.yml b/.github/workflows/ci-workflow.yml index 682c661b42..fa6e78d198 100644 --- a/.github/workflows/ci-workflow.yml +++ b/.github/workflows/ci-workflow.yml @@ -285,7 +285,7 @@ jobs: with: files: ${{github.workspace}}/main/build/*.dmg macos_high_sierra: - name: mac OSX High Sierra (Legacy) + name: mac OSX High Sierra (Legacy) ${{matrix.cfg.name}} runs-on: ${{matrix.cfg.os}} strategy: fail-fast: false @@ -310,7 +310,7 @@ jobs: path: tools - name: Install homebrew packages - run: brew install cmake nasm ninja && brew install bluebandit21/etterna/openssl@1.1_osx_high_sierra.rb + run: brew install cmake nasm ninja && brew install bluebandit21/etterna/openssl@1.1_osx_high_sierra - name: Setup Python 2.7 uses: MatteoH2O1999/setup-python@v1.4.1