Fix mac runner

This commit is contained in:
Krzosa Karol
2024-01-08 06:52:15 +01:00
parent 7c7c596227
commit fb9cbdac3f

View File

@@ -11,7 +11,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- run: brew install llvm
- run: clang++ code/build_main.cpp -o bld && ./bld
- run: clang++ code/build_main.cpp -std=c++11 -o bld && ./bld
run-and-compile-windows:
runs-on: windows-latest
steps: