diff options
| author | Maxime Coste <mawww@kakoune.org> | 2020-11-22 17:24:19 +1100 |
|---|---|---|
| committer | Maxime Coste <mawww@kakoune.org> | 2021-11-21 09:45:09 +1100 |
| commit | cd2172eed6dd7aca7c24972e4dac0258e19c070b (patch) | |
| tree | e106c15d06de82d3eff588864c32c41c55af940b /.cirrus.yml | |
| parent | bea23c6bf2d7a7f11f909f541f55d683a88a79f5 (diff) | |
Bump continuous integration to g++10
Diffstat (limited to '.cirrus.yml')
| -rw-r--r-- | .cirrus.yml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.cirrus.yml b/.cirrus.yml index d9b217b8..c69c80dd 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -29,7 +29,7 @@ linux_task: CXX: clang++ - name: linux_gcc container: - image: gcc:9 + image: gcc:10 test_script: make -j4 test env: LC_ALL: en_US.UTF-8 @@ -42,7 +42,7 @@ macos_task: env: CXX: clang++ - name: macos_gcc - gcc_script: brew install gcc@9 + gcc_script: brew install gcc@10 env: - CXX: g++-9 + CXX: g++-10 test_script: make -j4 test |
