Skip to content

Commit

Permalink
Add Apple silicone support
Browse files Browse the repository at this point in the history
  • Loading branch information
rail committed May 23, 2024
1 parent e57d834 commit e378e9d
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,19 @@ on:
jobs:
tests:
strategy:
fail-fast: false
matrix:
os:
- macos-latest # amd64
- macos-latest-xlarge # arm64
product:
- cockroach
- cockroach@22.2
- cockroach@23.1
- cockroach-sql
- ccloud
name: ${{ matrix.product }} formula tests
runs-on: macos-latest
name: ${{ matrix.product }} formula tests (${{ matrix.os }})
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
- name: Install ${{ matrix.product }} formula
Expand Down

0 comments on commit e378e9d

Please sign in to comment.