We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a462f8 commit 68f27b8Copy full SHA for 68f27b8
.github/workflows/test.yaml
@@ -60,7 +60,7 @@ jobs:
60
61
- name: Setup macOS packages
62
if: runner.os == 'macOS'
63
- run: brew install llvm luajit cmake ninja
+ run: brew install llvm@22 luajit cmake ninja
64
65
- name: Running CMake (Linux)
66
if: runner.os == 'Linux'
0 commit comments