Skip to content

Commit

Permalink
fix macos again
Browse files Browse the repository at this point in the history
  • Loading branch information
radioegor146 committed Jun 29, 2024
1 parent d4dd4e3 commit acb3a60
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,13 @@ jobs:
- java: 8
platform:
- os: macos-latest
compiler_install_command: brew install cmake
krakatau_install_command: cp ./target/release/krak2 /usr/local/bin/
cc: clang
cxx: clang++
include:
- java: 8
- platform:
platform:
os: macos-13
compiler_install_command: brew install cmake
krakatau_install_command: cp ./target/release/krak2 /usr/local/bin/
Expand Down

0 comments on commit acb3a60

Please sign in to comment.