Skip to content

Commit

Permalink
Add config
Browse files Browse the repository at this point in the history
GitOrigin-RevId: 5bb03c4c9549478df2afc22bd332ee906b4cbba9
  • Loading branch information
Vertexwahn committed Jul 31, 2023
1 parent 611f04d commit 49ac99e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ on:

jobs:
build:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/checkout@v3
Expand All @@ -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
Expand Down

0 comments on commit 49ac99e

Please sign in to comment.