Skip to content

Commit

Permalink
Update CMake version to 3.31.0 in build workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
zchrissirhcz committed Nov 22, 2024
1 parent 264fb44 commit f085344
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Set up CMake
uses: lukka/get-cmake@latest
with:
cmakeVersion: "~3.30.0"
cmakeVersion: "~3.31.0"
ninjaVersion: "^1.12.1"

- name: Build
Expand All @@ -39,7 +39,7 @@ jobs:
- name: Set up CMake
uses: lukka/get-cmake@latest
with:
cmakeVersion: "~3.30.0"
cmakeVersion: "~3.31.0"
ninjaVersion: "^1.12.1"

- name: Build
Expand All @@ -61,7 +61,7 @@ jobs:
- name: Set up CMake
uses: lukka/get-cmake@latest
with:
cmakeVersion: "~3.30.0"
cmakeVersion: "~3.31.0"
ninjaVersion: "^1.12.1"

- name: Build
Expand Down

0 comments on commit f085344

Please sign in to comment.