Skip to content

Commit 45b1f50

Browse files
author
jiangxinglei
committed
change image version
1 parent 186bef8 commit 45b1f50

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/python.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
5353
create-wheel-cmake:
5454
name: create wheel / cmake
55-
runs-on: ubuntu-22.04
55+
runs-on: ubuntu-latest
5656
steps:
5757
- uses: actions/checkout@v4
5858
- name: Set up pixi
@@ -75,7 +75,7 @@ jobs:
7575

7676
create-wheel-bazel:
7777
name: create wheel / bazel
78-
runs-on: ubuntu-latest
78+
runs-on: ubuntu-22.04
7979
env:
8080
NEED_ACTIVATE_ENV: "false"
8181
steps:

0 commit comments

Comments
 (0)