Skip to content

Commit

Permalink
macos 15
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexCheema committed Dec 6, 2024
1 parent 6e0925b commit df832e2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
line-count-diff.json
unit_test:
runs-on: macos-14
runs-on: macos-15
steps:
- uses: actions/checkout@v4

Expand All @@ -75,7 +75,7 @@ jobs:
python3 ./test/test_model_helpers.py
discovery_integration_test:
runs-on: macos-14
runs-on: macos-15
steps:
- uses: actions/checkout@v4

Expand Down Expand Up @@ -113,7 +113,7 @@ jobs:
fi
chatgpt_api_tests:
runs-on: macos-14
runs-on: macos-15
strategy:
matrix:
inference_engine: [mlx, tinygrad, dummy]
Expand Down Expand Up @@ -180,7 +180,7 @@ jobs:
# ... (Copy the remaining test logic from the CircleCI config)
measure_pip_sizes:
runs-on: macos-14
runs-on: macos-15
steps:
- uses: actions/checkout@v4

Expand Down

0 comments on commit df832e2

Please sign in to comment.