Skip to content

Commit

Permalink
Fix OSX tests (#211)
Browse files Browse the repository at this point in the history
  • Loading branch information
dzbarsky authored Sep 1, 2023
1 parent 04a5253 commit 9d8cc8a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ jobs:
matrix:
os: [macos-latest, ubuntu-latest]
script: [run_tests.sh, run_external_tests.sh]
bazel_version: [latest, 5.1.0]
bazel_version: [latest, 6.0.0]
exclude:
- script: run_external_tests.sh
bazel_version: 5.1.0
bazel_version: 6.0.0
steps:
- uses: actions/checkout@v3
- name: test
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ implementation, please let me know and I can redirect people there.

## Quickstart

Minimum bazel version: **4.2.1**
Minimum bazel version: **6.0.0**

To use this toolchain, include this section in your WORKSPACE:
```starlark
Expand Down
1 change: 1 addition & 0 deletions tests/.bazelrc
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
build --incompatible_enable_cc_toolchain_resolution
build --features=-libtool

0 comments on commit 9d8cc8a

Please sign in to comment.