Skip to content

Commit

Permalink
try to run CI/CD: ubuntu-latest -> ubuntu-22.04
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewdea committed Oct 15, 2024
1 parent c6bf949 commit 460dcb3
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 @@ -151,7 +151,7 @@ jobs:
pytest tests/main.py
sdist:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- name: Build sdist
Expand Down

0 comments on commit 460dcb3

Please sign in to comment.