remove gcc-8 from macos build test

This commit is contained in:
Alon Faraj 2023-08-29 17:19:19 +03:00
parent 5cb2b0c1a9
commit 5cae6ba54a

View file

@ -166,7 +166,7 @@ jobs:
- name: Test
id: make_test
run: |
CC=gcc-8 make tests
make tests
make test
macOS-latest-cmake: