Skip to content

Commit

Permalink
w
Browse files Browse the repository at this point in the history
  • Loading branch information
jslee02 committed Jun 4, 2024
1 parent aedacca commit 18532cd
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/ci_macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,12 +48,16 @@ jobs:
run: sudo -E scripts/build.sh

build_on_pixi:
name: ${{ matrix.os }}-pixi
name: ${{ matrix.platform }}-pixi
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os: [macos-latest]
include:
- os: macos-latest-large
platform: mac
- os: macos-latest
platform: mac-arm
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit 18532cd

Please sign in to comment.