Skip to content

Commit

Permalink
Fix Bazel to last non-major release before 7.0.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 591547156
  • Loading branch information
agutkin authored and copybara-github committed Dec 16, 2023
1 parent a12604b commit 1930a4f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/android-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ jobs:
runs-on: ubuntu-latest
env:
BAZEL: bazelisk-linux-amd64
USE_BAZEL_VERSION: 6.4.0
CC: gcc-10
CXX: g++-10
NDK_API_LEVEL: 21
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/ios-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ jobs:
runs-on: macos-latest
env:
BAZEL: bazelisk-darwin-amd64
USE_BAZEL_VERSION: 6.4.0
CONFIG: ios_arm64

steps:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/linux-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ jobs:
runs-on: ubuntu-latest
env:
BAZEL: bazelisk-linux-amd64
USE_BAZEL_VERSION: 6.4.0
CC: gcc-9
CXX: g++-9

Expand Down
1 change: 1 addition & 0 deletions .github/workflows/macos-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ jobs:
runs-on: macos-latest
env:
BAZEL: bazelisk-darwin-amd64
USE_BAZEL_VERSION: 6.4.0
CC: gcc-9
CXX: g++-9

Expand Down

0 comments on commit 1930a4f

Please sign in to comment.