Skip to content

Commit

Permalink
ci: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
MyPyDavid committed Apr 16, 2023
1 parent 65280c7 commit 9a53906
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-release-candidate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-lates, windows-latest, macos-latest]
os: [ubuntu-latest, windows-latest, macos-latest]
# windows-latest !=> gives error in 'if' statetement
python-version: ["3.9", "3.10", "3.11"]
env:
Expand Down

0 comments on commit 9a53906

Please sign in to comment.