Skip to content

Commit 31589a7

Browse files
committed
Pin CI Ubuntu version to 22.04
1 parent 5575364 commit 31589a7

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
@@ -18,7 +18,7 @@ jobs:
1818
strategy:
1919
matrix:
2020
python-version: ["3.7"]
21-
os: ["ubuntu-latest", "windows-latest", "macos-latest"]
21+
os: ["ubuntu-22.04", "windows-latest", "macos-latest"]
2222
include:
2323
# set OS-specific cache paths
2424
- os: ubuntu-latest

0 commit comments

Comments
 (0)