Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
eval-exec committed Mar 4, 2024
1 parent e8786eb commit f3ef9a5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f3ef9a5

Please sign in to comment.