Skip to content

Commit 10d05f6

Browse files
committed
Use latest ubuntu to build releases.
1 parent 1978911 commit 10d05f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
strategy:
4949
fail-fast: true
5050
matrix:
51-
os: [ubuntu-20.04, windows-2019, macos-11]
51+
os: [ubuntu-latest, windows-2019, macos-11]
5252
py: ["cp37", "cp38", "cp39", "cp310", "cp311", "pp37", "pp38", "pp39"]
5353

5454
steps:

0 commit comments

Comments
 (0)