Skip to content

Commit

Permalink
[lint] change test lint ubuntu latest to 22.04, python 3.10.15 to pyt…
Browse files Browse the repository at this point in the history
…hon 3.10.16 (#2674)
  • Loading branch information
robin1001 authored Jan 10, 2025
1 parent 826e51f commit e296cf2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/unit_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ jobs:
strategy:
max-parallel: 20
matrix:
os: [ubuntu-latest]
python-version: [3.10.15]
os: [ubuntu-22.04]
python-version: [3.10.16]
steps:
- name: Cache Python Packages
uses: actions/cache@v1
Expand Down

0 comments on commit e296cf2

Please sign in to comment.