Skip to content

Commit

Permalink
Downgrade the unit-tests workflow runner image
Browse files Browse the repository at this point in the history
From `ubuntu-latest` to `ubuntu-22.03`
  • Loading branch information
gbolmier committed Jun 18, 2024
1 parent 025999d commit 3f589c8
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-22.03]
python-version: ["3.12", "3.11", "3.10"]

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

0 comments on commit 3f589c8

Please sign in to comment.