Skip to content

Commit c174093

Browse files
committed
fix and test macos on ci
1 parent a7eaee1 commit c174093

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/dist.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@ jobs:
1313
strategy:
1414
matrix:
1515
os: [ubuntu-22.04, ubuntu-22.04-arm, macos-14]
16-
include:
17-
- os: ubuntu-22.04
18-
CUDA_VERSION: 12.1
19-
- os: ubuntu-22.04-arm
20-
CUDA_VERSION: 12.8
16+
include:
17+
- os: ubuntu-22.04
18+
CUDA_VERSION: 12.1
19+
- os: ubuntu-22.04-arm
20+
CUDA_VERSION: 12.8
2121
fail-fast: true
2222
runs-on: ${{ matrix.os }}
2323
env:

0 commit comments

Comments
 (0)