From 28b6f56462005380a15d21ee651f83b1fde230ac Mon Sep 17 00:00:00 2001 From: anakinxc <103552181+anakinxc@users.noreply.github.com> Date: Fri, 4 Aug 2023 20:45:15 +0800 Subject: [PATCH] Tweak ci --- .circleci/continue-config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/continue-config.yml b/.circleci/continue-config.yml index a742a40e..be5a7a80 100644 --- a/.circleci/continue-config.yml +++ b/.circleci/continue-config.yml @@ -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: | @@ -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