Mac actions update
This commit is contained in:
4
.github/workflows/run-tests.yml
vendored
4
.github/workflows/run-tests.yml
vendored
@@ -4,14 +4,14 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- run: sudo apt install g++
|
||||
- run: sudo apt install clang
|
||||
- run: chmod +x build.sh
|
||||
- run: ./build.sh
|
||||
run-and-compile-mac:
|
||||
runs-on: mac-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- run: sudo apt install g++
|
||||
- run: brew install llvm
|
||||
- run: chmod +x build.sh
|
||||
- run: ./build.sh
|
||||
run-and-compile-windows:
|
||||
|
||||
Reference in New Issue
Block a user