Skip to content

Commit

Permalink
fewer mac tests, fix parsing
Browse files Browse the repository at this point in the history
  • Loading branch information
maxbelanger committed May 6, 2024
1 parent f3f9ac7 commit 7f6637c
Showing 1 changed file with 4 additions and 12 deletions.
16 changes: 4 additions & 12 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,8 @@ jobs:
python-version: pypy-3.9
- os: ubuntu-22.04
python-version: pypy-3.10
- os: macos-14
python-version: 3.10
- os: macos-14
python-version: 3.11
- os: macos-14
python-version: 3.12
- os: macos-14 # apple silicon
python-version: "3.10"
steps:
- uses: actions/checkout@v2
- name: Setup Python environment
Expand Down Expand Up @@ -84,12 +80,8 @@ jobs:
python-version: pypy-3.9
- os: ubuntu-22.04
python-version: pypy-3.10
- os: macos-14
python-version: 3.10
- os: macos-14
python-version: 3.11
- os: macos-14
python-version: 3.12
- os: macos-14 # apple silicon
python-version: "3.10"
steps:
- uses: actions/checkout@v2.3.4
- name: Setup Python environment
Expand Down

0 comments on commit 7f6637c

Please sign in to comment.