Skip to content

Commit

Permalink
ci: ubuntu -> ubuntu-latest
Browse files Browse the repository at this point in the history
  • Loading branch information
gauteh committed Nov 3, 2023
1 parent f83ca8a commit 5eec30b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
python setup.py sdist
- name: Upload wheels
if: matrix.python-version == '3.10' && matrix.os == 'ubuntu'
if: matrix.python-version == '3.10' && matrix.os == 'ubuntu-latest'
uses: actions/upload-artifact@v2
with:
name: wheels
Expand Down

0 comments on commit 5eec30b

Please sign in to comment.