Skip to content

Commit d39a04c

Browse files
committed
ci: use ubuntu-22 for Linux runner
1 parent 21a7531 commit d39a04c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/wheel.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
matrix:
1212
sys:
1313
- { os: windows-2022, shell: "msys2 {0}" }
14-
- { os: ubuntu-20.04, shell: bash }
14+
- { os: ubuntu-22.04, shell: bash }
1515
- { os: macos-14, shell: bash }
1616
- { os: macos-13, shell: bash } # Intel runner
1717
defaults:

0 commit comments

Comments
 (0)