Skip to content

Commit

Permalink
Try GitHub-hosted runners for Linux on ARM64.
Browse files Browse the repository at this point in the history
Change-Id: I453072c1a19dabc2d3ed0672ec9936d56f637f7c
Reviewed-on: https://code-review.googlesource.com/c/re2/+/63210
Reviewed-by: Ash Liu <[email protected]>
Reviewed-by: Paul Wankadia <[email protected]>
  • Loading branch information
junyer committed Jun 6, 2024
1 parent b91097e commit e38a588
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,9 @@ jobs:
fail-fast: false
matrix:
arch:
- { name: X64, python-name: x86_64, runs-on: [ubuntu-latest] }
- { name: ARM64, python-name: aarch64, runs-on: [self-hosted, linux, arm64] }
- { name: X64, python-name: x86_64, runs-on: [ubuntu-latest] }
# TODO(junyer): Update the label after ARM64 graduates from beta.
- { name: ARM64, python-name: aarch64, runs-on: [arm-ubuntu-arm-22.04-4core] }
os: [manylinux_2_28]
ver: ['3.8', '3.9', '3.10', '3.11', '3.12']
env:
Expand Down

0 comments on commit e38a588

Please sign in to comment.