Skip to content

Commit 38ed089

Browse files
authored
chore: fix release ci yml (#617)
Signed-off-by: Keming <kemingy94@gmail.com>
1 parent 5968646 commit 38ed089

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ jobs:
142142
image:
143143
name: "Build Docker Image"
144144
runs-on: ubuntu-latest
145-
needs: [publish]
145+
needs: [release]
146146
steps:
147147
- name: Docker Setup QEMU
148148
uses: docker/setup-qemu-action@v3

build.envd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ def jax():
2828

2929

3030
def build():
31-
base(dev=True)
31+
base(dev=True, image="ubuntu:22.04")
3232
install.conda()
3333
install.python()
3434
rust()

0 commit comments

Comments
 (0)