Skip to content

Commit

Permalink
w2
Browse files Browse the repository at this point in the history
  • Loading branch information
jslee02 committed Jun 4, 2024
1 parent 18532cd commit 95b12eb
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions .github/workflows/ci_macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,20 @@ on:

jobs:
build:
name: ${{ matrix.os }}-${{ matrix.build_type }}
name: ${{ matrix.platform }}-${{ matrix.build_type }}
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os: [macos-latest]
build_type: [Release]
enable_simd: [ON]
include:
- os: macos-latest-large
platform: mac
build_type: Release
enable_simd: ON
- os: macos-latest
platform: mac-arm
build_type: Release
enable_simd: ON
env:
COMPILER: clang
BUILD_TYPE: ${{ matrix.build_type }}
Expand Down

0 comments on commit 95b12eb

Please sign in to comment.