Skip to content

Commit

Permalink
Tweak CI
Browse files Browse the repository at this point in the history
  • Loading branch information
yanovs committed Apr 29, 2024
1 parent a7de42a commit d7de7c6
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,16 +26,9 @@ jobs:
# See https://help.github.com/articles/virtual-environments-for-github-actions
os:
- ubuntu-latest
- macos-latest
- macos-latest-large
- windows-latest
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12', 'pypy-3.8']
# TODO: Fix macOS-14/3.8 issues
exclude:
- os: macos-latest
python-version: '3.8'
incude:
- os: macos-13
python-version: '3.8'

steps:
- name: Check out code
Expand Down

0 comments on commit d7de7c6

Please sign in to comment.