|
@@ -48,7 +48,7 @@ jobs:
|
|
line-count-diff.json
|
|
line-count-diff.json
|
|
|
|
|
|
unit_test:
|
|
unit_test:
|
|
- runs-on: macos-14
|
|
|
|
|
|
+ runs-on: macos-15
|
|
steps:
|
|
steps:
|
|
- uses: actions/checkout@v4
|
|
- uses: actions/checkout@v4
|
|
|
|
|
|
@@ -75,7 +75,7 @@ jobs:
|
|
python3 ./test/test_model_helpers.py
|
|
python3 ./test/test_model_helpers.py
|
|
|
|
|
|
discovery_integration_test:
|
|
discovery_integration_test:
|
|
- runs-on: macos-14
|
|
|
|
|
|
+ runs-on: macos-15
|
|
steps:
|
|
steps:
|
|
- uses: actions/checkout@v4
|
|
- uses: actions/checkout@v4
|
|
|
|
|
|
@@ -113,7 +113,7 @@ jobs:
|
|
fi
|
|
fi
|
|
|
|
|
|
chatgpt_api_tests:
|
|
chatgpt_api_tests:
|
|
- runs-on: macos-14
|
|
|
|
|
|
+ runs-on: macos-15
|
|
strategy:
|
|
strategy:
|
|
matrix:
|
|
matrix:
|
|
inference_engine: [mlx, tinygrad, dummy]
|
|
inference_engine: [mlx, tinygrad, dummy]
|
|
@@ -180,7 +180,7 @@ jobs:
|
|
# ... (Copy the remaining test logic from the CircleCI config)
|
|
# ... (Copy the remaining test logic from the CircleCI config)
|
|
|
|
|
|
measure_pip_sizes:
|
|
measure_pip_sizes:
|
|
- runs-on: macos-14
|
|
|
|
|
|
+ runs-on: macos-15
|
|
steps:
|
|
steps:
|
|
- uses: actions/checkout@v4
|
|
- uses: actions/checkout@v4
|
|
|
|
|