diff options
| author | Nicholas Rodrigues Lordello <nlordell@gmail.com> | 2021-09-02 20:34:17 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-09-02 20:34:17 +0200 |
| commit | 827bb2f1f5b5e7ab3830bfe69b64d62b4e63dcc9 (patch) | |
| tree | da2a41c548dab0f1d7810f44519c93b451f0cf45 | |
| parent | 5c6c58ae22cee20d2ba8d4daa077585b5427e06d (diff) | |
Bump gcc to version 8
| -rw-r--r-- | .cirrus.yml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.cirrus.yml b/.cirrus.yml index c5d8b281..3239637b 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -29,7 +29,7 @@ linux_task: CXX: clang++ - name: linux_gcc container: - image: gcc:7 + image: gcc:8 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@7 + gcc_script: brew install gcc@8 env: - CXX: g++-7 + CXX: g++-8 test_script: make -j4 test |
