summaryrefslogtreecommitdiff
path: root/ci/cmake_install_test.sh
diff options
context:
space:
mode:
Diffstat (limited to 'ci/cmake_install_test.sh')
-rwxr-xr-xci/cmake_install_test.sh3
1 files changed, 1 insertions, 2 deletions
diff --git a/ci/cmake_install_test.sh b/ci/cmake_install_test.sh
index 03eb0432..55fb4f12 100755
--- a/ci/cmake_install_test.sh
+++ b/ci/cmake_install_test.sh
@@ -28,6 +28,5 @@ time docker run \
--rm \
-e CFLAGS="-Werror" \
-e CXXFLAGS="-Werror" \
- gcr.io/google.com/absl-177019/linux_gcc-latest:20190703 \
+ gcr.io/google.com/absl-177019/linux_gcc-latest:20200106 \
/bin/bash CMake/install_test_project/test.sh $@
-