Skip to content

Commit 2e0b014

Browse files
authored
Merge pull request #95 from pytroll/dependabot/github_actions/pypa/cibuildwheel-2.23.3
2 parents 6b3759d + 2eac463 commit 2e0b014

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/deploy.yaml

Lines changed: 3 additions & 3 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

@@ -59,7 +59,7 @@ jobs:
5959
platforms: all
6060

6161
- name: Build wheels
62-
uses: pypa/[email protected].2
62+
uses: pypa/[email protected].3
6363
env:
6464
CIBW_SKIP: "cp36-* cp37-* cp38-* pp* *-manylinux_i686 *-musllinux_i686 *-musllinux_aarch64 *-win32"
6565
CIBW_ARCHS: "${{ matrix.cibw_archs }}"

0 commit comments

Comments
 (0)