diff options
author | Kae <80987908+Novaenia@users.noreply.github.com> | 2024-04-14 05:29:38 +1000 |
---|---|---|
committer | Kae <80987908+Novaenia@users.noreply.github.com> | 2024-04-14 05:29:38 +1000 |
commit | 0cf47cf505299c882a705a8b3c6f86773fe503af (patch) | |
tree | 4e79d2d8f8cfb493cc58cbd037af90ecb08b902e /.github | |
parent | 772b0585c2bf86d83086e3394d97432aaa12c143 (diff) |
Update build_macos.yml
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/build_macos.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build_macos.yml b/.github/workflows/build_macos.yml index e55e534..951cc40 100644 --- a/.github/workflows/build_macos.yml +++ b/.github/workflows/build_macos.yml @@ -24,7 +24,7 @@ jobs: - name: Install CMake & Ninja uses: lukka/get-cmake@latest with: - cmakeVersion: 3.29.2 + cmakeVersion: 3.29.0 - name: sccache uses: hendrikmuhs/ccache-action@v1.2 |