diff --git a/.github/workflows/test_api_server.yml b/.github/workflows/test_api_server.yml index 86a78e7..a2fb962 100644 --- a/.github/workflows/test_api_server.yml +++ b/.github/workflows/test_api_server.yml @@ -33,7 +33,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - wasmedge_version: [0.14.0] + wasmedge_version: [0.14.1] steps: - name: Clone project id: checkout