Remove mac runner

This commit is contained in:
Krzosa Karol
2024-01-06 13:45:40 +01:00
parent f34019efb7
commit af3daf564e

View File

@@ -6,12 +6,6 @@ jobs:
- uses: actions/checkout@v4
- run: sudo apt install g++
- run: g++ build_main.cpp -o bld && ./bld
run-and-compile-mac:
runs-on: mac-latest
steps:
- uses: actions/checkout@v4
- run: brew install llvm
- run: clang++ build_main.cpp -o bld && ./bld
run-and-compile-windows:
runs-on: windows-latest
steps: