diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 09c5f39b..41c3f5bb 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -15,7 +15,7 @@ jobs: strategy: matrix: os: - - ubuntu-latest + - ubuntu-18.04 cuda-version: - 11.6.2 steps: @@ -37,7 +37,7 @@ jobs: env: # Bazelisk will download bazel to here XDG_CACHE_HOME: ~/.cache/bazel-repo - run: bazel --bazelrc=.github/workflows/ci.bazelrc --bazelrc=.bazelrc test //... + run: bazelisk --bazelrc=.github/workflows/ci.bazelrc --bazelrc=.bazelrc test //... - name: Prepare workspace snippet run: .github/workflows/workspace_snippet.sh $GITHUB_REF_NAME > release_notes.txt - name: Release