Skip to content

Commit 2eac463

Browse files
authored
Switch wheel ubuntu to "latest" image
1 parent cab14c8 commit 2eac463

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,10 @@ jobs:
4040
- os: macos-latest
4141
cibw_archs: "x86_64 arm64"
4242
artifact_name: "mac"
43-
- os: "ubuntu-20.04"
43+
- os: "ubuntu-latest"
4444
cibw_archs: "aarch64"
4545
artifact_name: "ubuntu-aarch"
46-
- os: "ubuntu-20.04"
46+
- os: "ubuntu-latest"
4747
cibw_archs: "x86_64"
4848
artifact_name: "ubuntu-x86_64"
4949

0 commit comments

Comments
 (0)