diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9e27dbb4..2dddb730 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -29,10 +29,17 @@ jobs: node-version: ${{ matrix.node-version }} - name: Update cmake + if: matrix.os != 'macos-latest' run: | pip install cmake cmake --version + - name: Setup environment + if: matrix.os == 'macos-latest' + run: | + brew update + brew upgrade cmake + - name: Installing codesign certificates if: matrix.os == 'macos-latest' uses: apple-actions/import-codesign-certs@v2