Skip to content

Commit

Permalink
updating os testing matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
dhrogers committed Nov 5, 2024
1 parent 6de8b85 commit 5125c9f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
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-12, macos-13, macod-14]
os-version: [macos-13, macod-14]

runs-on: ${{ matrix.os-version }}
steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/RenderTest.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-12, macos-13, macos-14]
os-version: [macos-13, macos-14]

runs-on: ${{ matrix.os-version }}
steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/UberTest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
strategy:
matrix:
python-version: ['3.10','3.11']
os-version: [macos-12, macos-13, macos-14]
os-version: [macos-13, macos-14]

runs-on: ${{ matrix.os-version }}
steps:
Expand Down

0 comments on commit 5125c9f

Please sign in to comment.