Use gcc@11 under MacOS

This commit is contained in:
Enrico Fraccaroli (Galfurian)
2023-11-30 11:43:45 -05:00
parent f4c35a09de
commit 40e4faad90
+3
View File
@@ -27,6 +27,9 @@ jobs:
- name: Build
env:
TOOLPREFIX: x86_64-elf-
CC: x86_64-elf-gcc
CXX: x86_64-elf-g++
LD: x86_64-elf-ld
run: |
cmake -DCMAKE_ASM_COMPILER=/usr/local/bin/nasm -B build
cmake --build build --parallel 2