Skip to content

Commit e13f90a

Browse files
committed
fix ubuntu version
1 parent c9d63c5 commit e13f90a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
fail-fast: false
1111
matrix:
1212
#os: [windows-2019, macos-10.15, ubuntu-18.04, ubuntu-20.04]
13-
os: [windows-latest, ubuntu-22.04]
13+
os: [windows-latest, ubuntu-latest]
1414
python-version: ["3.9", "3.11"]
1515
include:
1616
- os: ubuntu-22.04

0 commit comments

Comments
 (0)