Skip to content

Commit a66afd3

Browse files
authored
ci: bump tensorflow/build image to 2.18 (#4252)
Fix the CI error. <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit - **Chores** - Updated TensorFlow build version from 2.15 to 2.18 in the C library build workflow. This change ensures compatibility with the latest TensorFlow features and improvements during the library's build process. <!-- end of auto-generated comment: release notes by coderabbit.ai --> Signed-off-by: Jinzhe Zeng <[email protected]>
1 parent 02580c2 commit a66afd3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/package_c.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
strategy:
1919
matrix:
2020
include:
21-
- tensorflow_build_version: "2.15"
21+
- tensorflow_build_version: "2.18"
2222
tensorflow_version: ""
2323
filename: libdeepmd_c.tar.gz
2424
- tensorflow_build_version: "2.14"

0 commit comments

Comments
 (0)