From f3ef9a54c5efd42b57de982ce2b2f1d753222e1b Mon Sep 17 00:00:00 2001 From: Eval EXEC Date: Mon, 4 Mar 2024 15:42:15 +0800 Subject: [PATCH] debug --- .github/workflows/ci.yaml | 2 +- Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index b54c1ff2..f200aec7 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -18,7 +18,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - os: [ ubuntu-latest, macos-11 ] + os: [ ubuntu-latest ] steps: - uses: actions/checkout@v2 - name: Integration_Test diff --git a/Makefile b/Makefile index 7d2f86dd..895f70a5 100644 --- a/Makefile +++ b/Makefile @@ -17,7 +17,7 @@ ci: fmt clippy test security-audit check-crates check-licenses git diff --exit-code Cargo.lock integration: - bash devtools/ci/integration.sh v0.113.0 + bash devtools/ci/integration.sh v0.114.0-rc1 prod: ## Build binary with release profile. cargo build --release