diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 7d39cb2..987de4b 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -8,7 +8,7 @@ jobs: matrix: ruby: [ '3.0', '3.1', '3.2', '3.3' ] env: - LIBTORCH_VERSION: 1.13.0 + LIBTORCH_VERSION: 2.1.2 steps: - uses: actions/checkout@v4 - uses: actions/cache@v3