Skip to content

Commit

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

steps:
- name: Check out code
Expand Down

0 comments on commit 99ade63

Please sign in to comment.