Skip to content

Commit dbb1b34

Browse files
committed
Switching to cmake 3.26
1 parent b4dcff8 commit dbb1b34

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,10 @@ jobs:
4747
matrix: ${{fromJson(needs.prepare-matrix.outputs.matrix)}}
4848
name: build (${{ matrix.os }}-${{ matrix.usd_version }}-${{ matrix.config }})
4949
steps:
50+
- uses: lukka/get-cmake@latest
51+
with:
52+
cmakeVersion: "~3.26.0"
53+
5054
- uses: actions/checkout@v4
5155
- uses: ilammy/msvc-dev-cmd@v1
5256
- name: Setup Python

.github/workflows/create-usd-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
steps:
3838
- uses: lukka/get-cmake@latest
3939
with:
40-
cmakeVersion: "~3.25.0"
40+
cmakeVersion: "~3.26.0"
4141

4242
- uses: actions/checkout@v4
4343

0 commit comments

Comments
 (0)