Skip to content

Commit

Permalink
Downgrade unit-tests action to Ubuntu 20.04
Browse files Browse the repository at this point in the history
  • Loading branch information
gbolmier committed May 22, 2024
1 parent 025999d commit e8949d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
run:
strategy:
matrix:
os: [ubuntu-latest]
os: [ubuntu-20.04]
python-version: ["3.12", "3.11", "3.10"]

runs-on: ${{ matrix.os }}
Expand Down

0 comments on commit e8949d6

Please sign in to comment.