Skip to content

Commit 4f793c5

Browse files
committed
Drop Bazel 6
1 parent f7fb344 commit 4f793c5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/tests.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@ jobs:
2222
matrix:
2323
bazel_version: [7.1.0]
2424
xcode_version: [15.2]
25-
virtual_frameworks: [true, false]
26-
sandbox: [true, false]
27-
latest_rules: [true, false]
25+
virtual_frameworks: [false]
26+
sandbox: [false]
27+
latest_rules: [false]
2828
env:
2929
XCODE_VERSION: ${{ matrix.xcode_version }}
3030
USE_BAZEL_VERSION: ${{ matrix.bazel_version }}
@@ -86,7 +86,7 @@ jobs:
8686
fail-fast: false
8787
matrix:
8888
bazel_version: [7.1.0]
89-
sandbox: [true, false]
89+
sandbox: [false]
9090
xcode_version: [15.2]
9191
env:
9292
XCODE_VERSION: ${{ matrix.xcode_version }}

0 commit comments

Comments
 (0)