Skip to content

Commit

Permalink
try using ubuntu-20.04 runner image instead of ubuntu-latest, since t…
Browse files Browse the repository at this point in the history
…hat changed to ubuntu-22 in dec 2023 actions/runner-images#6399
  • Loading branch information
j-wags committed Jul 30, 2024
1 parent b81c7c5 commit 4856fef
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 @@ -20,7 +20,7 @@ jobs:
matrix:
os:
- macOS-latest
- ubuntu-latest
- ubuntu-20.04
python-version:
- "3.8"
- "3.9"
Expand Down

0 comments on commit 4856fef

Please sign in to comment.