diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml index 0210d8d07..52637f1aa 100644 --- a/.github/workflows/e2e.yml +++ b/.github/workflows/e2e.yml @@ -9,6 +9,9 @@ on: env: LAUNCHABLE_DEBUG: 1 LAUNCHABLE_REPORT_ERROR: 1 + # The WORKSPACE file is disabled by default in Bazel 8. + # As a workaround, we configure the old version. + USE_BAZEL_VERSION: "7.x" jobs: