Skip to content

Commit

Permalink
Tweak ci
Browse files Browse the repository at this point in the history
  • Loading branch information
anakinxc authored Aug 4, 2023
1 parent d1d2160 commit 28b6f56
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/continue-config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
python3 -m pip install -r requirements-dev.txt
- run:
name: "build"
command: bazel build //... -c opt --ui_event_filters=-info,-debug,-warning --disk_cache=~/.cache/spu_build_cache --jobs=16
command: bazel build //... -c opt --ui_event_filters=-info,-debug,-warning --disk_cache=~/.cache/spu_build_cache --jobs 16
- run:
name: "test"
command: |
Expand Down Expand Up @@ -100,7 +100,7 @@ jobs:
path: test_logs.tar.gz
macOS_ut:
macos:
xcode: 14.2
xcode: 14.3
environment:
HOMEBREW_NO_AUTO_UPDATE: 1
resource_class: macos.m1.large.gen1
Expand Down

0 comments on commit 28b6f56

Please sign in to comment.