From 49ac99e59f02b9c93e37fcdd38cbf118723790b7 Mon Sep 17 00:00:00 2001 From: Vertexwahn Date: Tue, 1 Aug 2023 00:01:30 +0200 Subject: [PATCH] Add config GitOrigin-RevId: 5bb03c4c9549478df2afc22bd332ee906b4cbba9 --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 6510211..0776c80 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -15,7 +15,7 @@ on: jobs: build: - runs-on: ubuntu-latest + runs-on: ubuntu-22.04 steps: - name: Checkout uses: actions/checkout@v3 @@ -31,7 +31,7 @@ jobs: env: # Bazelisk will download bazel to here XDG_CACHE_HOME: ~/.cache/bazel-repo - run: cd tests && bazel build //... + run: cd tests && bazelisk build --config=gcc11 //... - name: Prepare release notes and artifacts run: .github/workflows/release_prep.sh ${{ env.GITHUB_REF_NAME }} > release_notes.txt - name: Release