mirror of
https://github.com/mandiant/capa.git
synced 2025-12-31 15:06:17 -08:00
Release v4.0.0 (#1105)
* release: v4 prep * add SMDA deprecation warning * doc: update v4 changes * Update CHANGELOG.md * Update CHANGELOG.md Co-authored-by: Willi Ballenthin <willi.ballenthin@gmail.com> * doc: add DeprecationWarning * fix: add __index__ method * ci: test build run on more OSs * explorer: update supported versions to include IDA 8.0 Co-authored-by: Mike Hunhoff <mike.hunhoff@gmail.com> Co-authored-by: Willi Ballenthin <willi.ballenthin@gmail.com>
This commit is contained in:
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@@ -56,8 +56,6 @@ jobs:
|
||||
path: dist/${{ matrix.artifact_name }}
|
||||
|
||||
test_run:
|
||||
# test that binaries run on push to master
|
||||
if: github.event_name == 'push'
|
||||
name: Test run on ${{ matrix.os }}
|
||||
runs-on: ${{ matrix.os }}
|
||||
needs: [build]
|
||||
|
||||
Reference in New Issue
Block a user