Skip to content

Commit

Permalink
Drop manylinux2014 from the build matrix.
Browse files Browse the repository at this point in the history
Bumping to `actions/checkout@v4` broke it because it can't run the Node
20 binary. Its EOL is still a few months away, apparently, but updating
to Node 20 probably can't wait that long. C'est la vie.

Change-Id: Icf2bbd676583352f323cdac3056b4c8bebbbb07d
Reviewed-on: https://code-review.googlesource.com/c/re2/+/62511
Reviewed-by: Alex Chernyakhovsky <achernya@google.com>
Reviewed-by: Paul Wankadia <junyer@google.com>
  • Loading branch information
junyer committed Jan 29, 2024
1 parent 62a0936 commit f56cbe2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
arch:
- { name: X64, python-name: x86_64, runs-on: [ubuntu-latest] }
- { name: ARM64, python-name: aarch64, runs-on: [self-hosted, linux, arm64] }
os: [manylinux2014, manylinux_2_28]
os: [manylinux_2_28]
ver: ['3.8', '3.9', '3.10', '3.11', '3.12']
env:
BAZELISK_GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit f56cbe2

Please sign in to comment.