Skip to content

Commit f65f4b3

Browse files
committed
ci: try TensorFlow 2.20 for package_c build
1 parent 17cf613 commit f65f4b3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/package_c.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ jobs:
2121
strategy:
2222
matrix:
2323
include:
24-
- tensorflow_build_version: "2.21"
25-
tensorflow_version: "==2.21.*"
24+
- tensorflow_build_version: "2.20"
25+
tensorflow_version: "==2.20.*"
2626
filename: libdeepmd_c.tar.gz
2727
steps:
2828
- name: Free Disk Space (Ubuntu)

0 commit comments

Comments
 (0)