Skip to content

Commit

Permalink
fixing typo in OS matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
dhrogers committed Nov 13, 2024
1 parent 5125c9f commit 7a54bf6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/MLPredictionTest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 7a54bf6

Please sign in to comment.