Skip to content

Commit

Permalink
use ubuntu-22.04 image for unit tests
Browse files Browse the repository at this point in the history
ubuntu-latest corresponds to ubuntu-24.04, which does not provide Python
3.7 anymore. This resulted in failures of the UT workflow.
  • Loading branch information
arcctgx committed Jan 28, 2025
1 parent 4c114af commit bc3b291
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 @@ -22,7 +22,7 @@ on:

jobs:
unit-tests:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04

strategy:
matrix:
Expand Down

0 comments on commit bc3b291

Please sign in to comment.