Skip to content

Commit ac063cf

Browse files
committed
ci: fix java branch
1 parent dc59a90 commit ac063cf

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ jobs:
8989
needs: test
9090
uses: Cosmian/reusable_workflows/.github/workflows/cloudproof_java_in_docker.yml@develop
9191
with:
92-
branch: develop
92+
branch: v6.0.0
9393
target: x86_64-unknown-linux-gnu
9494
extension: so
9595
destination: linux-x86-64
@@ -118,7 +118,7 @@ jobs:
118118
- test
119119
uses: Cosmian/reusable_workflows/.github/workflows/cloudproof_flutter.yml@develop
120120
with:
121-
branch: develop
121+
branch: v7.0.0
122122
target: x86_64-unknown-linux-gnu
123123
extension: so
124124
copy_fresh_build: false

0 commit comments

Comments
 (0)