Skip to content

Commit

Permalink
Update unit-test.yml
Browse files Browse the repository at this point in the history
fix ubuntu version
  • Loading branch information
BerndSchuller authored Feb 13, 2025
1 parent 17c4d58 commit 6dcbe57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/unit-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
jobs:
unit-test:

runs-on: ubuntu-latest
runs-on: ubuntu-22.04
strategy:
matrix:
python-version: ["3.7", "3.x"]
Expand Down

0 comments on commit 6dcbe57

Please sign in to comment.