diff --git a/.github/workflows/libspdm.yml b/.github/workflows/libspdm.yml index 49cbf8c52..855d3d825 100644 --- a/.github/workflows/libspdm.yml +++ b/.github/workflows/libspdm.yml @@ -43,7 +43,7 @@ jobs: fail-fast: false matrix: # List of releases to test - ref: [ 3.3.0 ] + ref: [ 3.7.0 ] name: ${{ matrix.ref }} if: github.repository_owner == 'wolfssl' runs-on: ubuntu-22.04