Skip to content

Commit

Permalink
Complete 'Github Actions' configurations
Browse files Browse the repository at this point in the history
  • Loading branch information
lycantropos committed Apr 4, 2022
1 parent 28965b4 commit 6fa1056
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 @@ -40,7 +40,7 @@ jobs:
platform: { os: 'ubuntu-latest', python_architecture: 'x64' }
- python_version: 'pypy-3.7'
platform: { os: 'windows-latest', python_architecture: 'x64' }
runs-on: ${{ matrix.os }}-latest
runs-on: ${{ matrix.os }}
steps:
- name: 'Checkout'
uses: actions/checkout@v3
Expand Down

0 comments on commit 6fa1056

Please sign in to comment.