diff --git a/.github/workflows/MLPredictionTest.yml b/.github/workflows/MLPredictionTest.yml index 321a162..19f9efb 100644 --- a/.github/workflows/MLPredictionTest.yml +++ b/.github/workflows/MLPredictionTest.yml @@ -32,7 +32,7 @@ jobs: strategy: matrix: python-version: ['3.10', '3.11'] - os-version: [macos-13, macod-14] + os-version: [macos-13, macos-14] runs-on: ${{ matrix.os-version }} steps: