Skip to content

Commit

Permalink
removing macos-11 from testing
Browse files Browse the repository at this point in the history
  • Loading branch information
dhrogers committed Jun 25, 2024
1 parent be5eced commit a523a69
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 @@ -31,7 +31,7 @@ jobs:
strategy:
matrix:
python-version: [3.9, '3.10', '3.11']
os-version: [macos-11, macos-12]
os-version: [macos-12, macos-13]

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.9, '3.10', '3.11']
os-version: [macos-11, macos-12]
os-version: [macos-12, macos-13]

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 @@ -36,7 +36,7 @@ jobs:
strategy:
matrix:
python-version: [3.9,'3.10','3.11']
os-version: [macos-11, macos-12]
os-version: [macos-12, macos-13]

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

0 comments on commit a523a69

Please sign in to comment.