Skip to content

Commit

Permalink
CI: Build in multiple macos versions
Browse files Browse the repository at this point in the history
Overwrite existing go symlinks while installing go in macos-13
  • Loading branch information
Biswa96 authored Sep 11, 2023
1 parent 7d2b83a commit 27118fb
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -145,15 +145,19 @@ jobs:
/usr/local/bin/fastboot --version
macos:
runs-on: macos-latest
strategy:
fail-fast: false
matrix:
os: [macos-11, macos-12, macos-13]
runs-on: ${{ matrix.os }}
needs: [upload-src]
steps:
- name: prep macos
run: |
brew uninstall "openssl@1.1"
rm /usr/local/bin/openssl
rm -rf /usr/local/opt/openssl /usr/local/include/openssl
brew install brotli cmake googletest libusb lz4 \
brew install --overwrite brotli cmake go googletest libusb lz4 \
ninja pcre2 protobuf zstd
- name: download source
Expand Down

0 comments on commit 27118fb

Please sign in to comment.