Skip to content

Commit

Permalink
ci: only run ubuntu-latest
Browse files Browse the repository at this point in the history
Signed-off-by: msclock <msclock@qq.com>
  • Loading branch information
msclock committed Feb 5, 2024
1 parent ea660ad commit d25b156
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
fail-fast: false
matrix:
python-version: ["3.7", "3.8", "3.12"]
runs-on: [ubuntu-latest, macos-latest, windows-latest]
runs-on: [ubuntu-latest]

include:
- python-version: pypy-3.10
Expand Down

0 comments on commit d25b156

Please sign in to comment.