Skip to content

Commit af7f6ac

Browse files
committed
fix(ci): try the latest ubuntu
1 parent b27e3ed commit af7f6ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
fail-fast: false
2424
max-parallel: 3
2525
matrix:
26-
os: [ubuntu-18.04, macos-11, windows-2019]
26+
os: [ubuntu-22.04, macos-11, windows-2019]
2727
pyv: ["3.7", "3.8", "3.9", "3.10"]
2828

2929
steps:

0 commit comments

Comments
 (0)