From 7a54bf66615875751f55ffa111fd032f99659681 Mon Sep 17 00:00:00 2001 From: "David H. Rogers" Date: Wed, 13 Nov 2024 11:37:58 -0700 Subject: [PATCH] fixing typo in OS matrix --- .github/workflows/MLPredictionTest.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: