Skip to content

Commit

Permalink
ci: bump tensorflow/build image to 2.18 (#4252)
Browse files Browse the repository at this point in the history
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 <jinzhe.zeng@rutgers.edu>
(cherry picked from commit a66afd3)
  • Loading branch information
njzjz committed Nov 15, 2024
1 parent b9b0370 commit 08f8425
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/package_c.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
strategy:
matrix:
include:
- tensorflow_build_version: "2.15"
- tensorflow_build_version: "2.18"
tensorflow_version: ""
filename: libdeepmd_c.tar.gz
- tensorflow_build_version: "2.14"
Expand Down

0 comments on commit 08f8425

Please sign in to comment.