1
1
mirror of https://github.com/mawww/kakoune.git synced 2024-09-11 13:00:41 +03:00

Bump gcc to version 8

This commit is contained in:
Nicholas Rodrigues Lordello 2021-09-02 20:34:17 +02:00 committed by GitHub
parent 5c6c58ae22
commit 827bb2f1f5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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