Skip to content

Commit db0c183

Browse files
author
Jeff Whitaker
authored
Update build-wheels-linux.yml
1 parent f8c10cb commit db0c183

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-wheels-linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ jobs:
8181
- name: Setup Special Environment variables for Linux AArch64
8282
if: ${{ matrix.platform == 'aarch64' }}
8383
run: |
84-
echo "DOCKER_TEST_IMAGE=$(echo multibuild/xenial_arm64v8)" >> $GITHUB_ENV
84+
echo "DOCKER_TEST_IMAGE=$(echo multibuild/focal_arm64v8)" >> $GITHUB_ENV
8585
8686
- name: Pin Numpy version
8787
run: |

0 commit comments

Comments
 (0)