Skip to content

Commit

Permalink
Merge branch 'master' into dependabot/pip/setuptools-75.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mr-tz authored Nov 11, 2024
2 parents e18672e + 7b32706 commit 6faa38d
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
artifact_name: capa.exe
asset_name: windows
python_version: '3.10'
- os: macos-12
- os: macos-13
# use older macOS for assumed better portability
artifact_name: capa
asset_name: macos
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-20.04, windows-2019, macos-12]
os: [ubuntu-20.04, windows-2019, macos-13]
# across all operating systems
python-version: ["3.10", "3.11"]
include:
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
- fix saving of base address @mr-tz

### Development
- CI: use macos-13 since macos-12 is deprecated and will be removed on December 3rd, 2024 #2173 @mr-tz

### Raw diffs
- [capa v7.4.0...master](https://github.com/mandiant/capa/compare/v7.4.0...master)
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ build = [
]
scripts = [
"jschema_to_python==1.2.3",
"psutil==6.0.0",
"psutil==6.1.0",
"stix2==3.0.1",
"sarif_om==1.0.4",
"requests==2.32.3",
Expand Down

0 comments on commit 6faa38d

Please sign in to comment.