Skip to content

Commit fc11357

Browse files
downgrade to ubuntu22 for build
1 parent e723baa commit fc11357

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/frequent_check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ jobs:
9292
build-linux-cmake:
9393
strategy:
9494
matrix:
95-
os: [ubuntu-latest]
95+
os: [ubuntu-22.04]
9696
python-version: ['3.7']
9797
name: ${{ matrix.os }}-${{ matrix.python-version }}-CMake
9898
runs-on: ${{ matrix.os }}

0 commit comments

Comments
 (0)