Fix mac action

This commit is contained in:
Krzosa Karol
2024-01-08 06:48:18 +01:00
parent 6dbef92794
commit 7c7c596227
3 changed files with 3 additions and 2 deletions

View File

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