Skip to content

Commit

Permalink
ci: try another path
Browse files Browse the repository at this point in the history
  • Loading branch information
tseaver committed May 19, 2024
1 parent 6663873 commit e0a4eb1
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/ci-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
os:
- "ubuntu-latest"
- "windows-latest"
- "macos-latest"
- "macos-13"
architecture:
- x64
- x86
Expand All @@ -35,8 +35,6 @@ jobs:
architecture: x86
- os: "macos-latest"
architecture: x86
- os: "macos-latest"
py: 3,7, 3.8, 3.9
name: "Python: ${{ matrix.py }}-${{ matrix.architecture }} on ${{ matrix.os }}"
runs-on: ${{ matrix.os }}
steps:
Expand Down

0 comments on commit e0a4eb1

Please sign in to comment.