Skip to content

Commit

Permalink
remove ubuntu from minimum tests
Browse files Browse the repository at this point in the history
  • Loading branch information
sarahmish authored Aug 14, 2024
1 parent fa48bc6 commit 2a465a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ jobs:
strategy:
matrix:
python-version: ['3.8']
os: [ubuntu-latest, macos-13]
os: [macos-13]
steps:
- uses: actions/checkout@v4
- name: Set up Python ${{ matrix.python-version }}
Expand Down

0 comments on commit 2a465a6

Please sign in to comment.