fix release 2

This commit is contained in:
Awni Hannun
2025-11-14 06:21:58 -08:00
parent 3b2ffcefc3
commit 37e9a3a43b
6 changed files with 45 additions and 68 deletions

View File

@@ -5,6 +5,10 @@ on: pull_request
permissions:
contents: read
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
check_lint:
runs-on: ubuntu-22.04
@@ -32,13 +36,13 @@ jobs:
matrix:
macos-target: ["14.0", "15.0"]
runs-on: [self-hosted, macos]
env:
MACOSX_DEPLOYMENT_TARGET: ${{ matrix.macos-target }}
needs: check_lint
steps:
- uses: actions/checkout@v5
- uses: ./.github/actions/setup-macos
- uses: ./.github/actions/build-macos
with:
macos-target: ${{ matrix.macos-target }}
cuda_build_and_test:
if: github.repository == 'ml-explore/mlx'