Skip to content

Commit d39a69c

Browse files
try cmake 3.15.3 for run_tests_pip_package_linux
1 parent a799b7c commit d39a69c

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.github/workflows/packing.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
if: (github.event_name == 'push') ||
6666
(github.event_name == 'pull_request' &&
6767
github.event.pull_request.head.repo.full_name != github.repository)
68-
runs-on: ubuntu-22.04
68+
runs-on: ubuntu-24.04
6969

7070
strategy:
7171
fail-fast: false
@@ -93,12 +93,13 @@ jobs:
9393
name: pip_dist
9494
path: pip_dist
9595

96-
- name: Install old CMake
97-
run: pip3 install cmake==3.10.3
98-
9996
- name: Install the package from pip artifacts
10097
run: pip3 install pip_dist/*.whl
10198

99+
# waiting `checks` repo will updated to use newest CMake
100+
- name: Install old CMake
101+
run: pip3 install cmake==3.15.3
102+
102103
- name: Install test requirements
103104
run: pip3 install -r requirements-test.txt
104105

0 commit comments

Comments
 (0)