Skip to content

[BAZEL] bazel seven support #48

[BAZEL] bazel seven support

[BAZEL] bazel seven support #48

Workflow file for this run

name: macOS
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
macos:
name: Build
runs-on: macos-latest
steps:
- uses: actions/checkout@v2
- name: Build examples
run: |
bazelisk build //examples/...
- name: Bazel backwards compatibility
run: |
USE_BAZEL_VERSION=6.4.0 bazelisk build //examples/...