Skip to content

Commit

Permalink
Add support for macOS 14.
Browse files Browse the repository at this point in the history
Drop support for macOS 11.

Fixes #453.

Change-Id: Id73df696b5610246ee8844e5065e10620423f849
Reviewed-on: https://code-review.googlesource.com/c/re2/+/62551
Reviewed-by: Paul Wankadia <[email protected]>
Reviewed-by: Alex Chernyakhovsky <[email protected]>
  • Loading branch information
junyer committed Jan 30, 2024
1 parent 2fc4f19 commit 5b672b5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,9 @@ jobs:
arch:
- { name: X64, bazel-name: x86_64, python-name: x86_64 }
- { name: ARM64, bazel-name: arm64, python-name: arm64 }
os: [11, 12, 13]
# TODO(junyer): Stop cross-compiling after we drop support for macOS 12;
# instead, specify `-large` suffix on X64 and `-xlarge` suffix on ARM64.
os: [12, 13, 14]
ver: ['3.8', '3.9', '3.10', '3.11', '3.12']
env:
BAZELISK_GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 5b672b5

Please sign in to comment.