| diff --git a/.bazelrc b/.bazelrc | |
| index 80632fa..ea25467 100644 | |
| --- a/.bazelrc | |
| +++ b/.bazelrc | |
| @@ -1,5 +1,5 @@ | |
| build --color=yes | |
| -build --cxxopt=-std=c++20 | |
| +build --cxxopt=-std=c++2a | |
| build --incompatible_strict_action_env | |
| build --keep_going | |
| common --noenable_bzlmod # This line is automatically removed in CI for Bazel 5 |