ci: deprecate macos-13 runner and use Python v3.13 for testing (#2777)

This commit is contained in:
Mike Hunhoff
2025-11-24 19:53:39 -07:00
committed by GitHub
parent 895b2440c0
commit ffce77b13d
3 changed files with 12 additions and 12 deletions

View File

@@ -46,8 +46,8 @@ jobs:
# artifact_name: capa.exe
# asset_name: windows-arm64
# python_version: '3.12'
- os: macos-13
# use older macOS for assumed better portability
- os: macos-15-intel
# macos-15-intel is the lowest native intel build
artifact_name: capa
asset_name: macos
python_version: '3.10'