Skip to content

Commit 49ac99e

Browse files
committed
Add config
GitOrigin-RevId: 5bb03c4c9549478df2afc22bd332ee906b4cbba9
1 parent 611f04d commit 49ac99e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ on:
1515

1616
jobs:
1717
build:
18-
runs-on: ubuntu-latest
18+
runs-on: ubuntu-22.04
1919
steps:
2020
- name: Checkout
2121
uses: actions/checkout@v3
@@ -31,7 +31,7 @@ jobs:
3131
env:
3232
# Bazelisk will download bazel to here
3333
XDG_CACHE_HOME: ~/.cache/bazel-repo
34-
run: cd tests && bazel build //...
34+
run: cd tests && bazelisk build --config=gcc11 //...
3535
- name: Prepare release notes and artifacts
3636
run: .github/workflows/release_prep.sh ${{ env.GITHUB_REF_NAME }} > release_notes.txt
3737
- name: Release

0 commit comments

Comments
 (0)