Skip to content

Commit

Permalink
Test macos-13 with x86_64
Browse files Browse the repository at this point in the history
  • Loading branch information
pfxuan committed Mar 23, 2024
1 parent 508683f commit 321074b
Showing 1 changed file with 14 additions and 4 deletions.
18 changes: 14 additions & 4 deletions .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,18 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [macos-14] # [macos-14, macos-13, macos-12, macos-11]
arch: [arm64] # [arm64, x86_64]
torch-version: [2.2.1] # [2.2.1, 2.2.0, 2.1.2, 2.1.1, 2.1.0, 2.0.0, 1.13.0, 1.12.0]
os: [macos-14, macos-13] # [macos-14, macos-13, macos-12, macos-11]
arch: [arm64, x86_64] # [arm64, x86_64]
torch-version: [2.2.1, 2.1.2] # [2.2.1, 2.2.0, 2.1.2, 2.1.1, 2.1.0, 2.0.0, 1.13.0, 1.12.0]
cmake-build-type: [Release] # [Debug, ClangTidy]
exclude:
- os: macos-14
arch: x86_64
- os: macos-14
arch: arm64
torch-version: 2.1.2
- os: macos-13
arch: arm64
env:
CCACHE_DIR: ${{ github.workspace }}/ccache
CCACHE_BASEDIR: ${{ github.workspace }}
Expand All @@ -34,6 +42,8 @@ jobs:

- name: Setup MacOS
run: |
brew update || brew update-reset \
brew upgrade \
brew install \
ccache \
cmake \
Expand Down Expand Up @@ -84,7 +94,7 @@ jobs:
uses: actions/upload-artifact@v4
with:
path: |
build/libgsplat.a
build/libgsplat_cpu.a
build/opensplat
build/simple_trainer
Expand Down

0 comments on commit 321074b

Please sign in to comment.