update Python >= 3.10 and ubuntu

This commit is contained in:
mr-tz
2024-10-22 07:43:05 +00:00
parent 2987eeb0ac
commit 20ae098cda
5 changed files with 10 additions and 7 deletions

View File

@@ -30,7 +30,7 @@ jobs:
- os: ubuntu-20.04
artifact_name: capa
asset_name: linux-py312
python_version: "3.12"
python_version: '3.12'
- os: windows-2019
artifact_name: capa.exe
asset_name: windows
@@ -85,6 +85,9 @@ jobs:
- os: ubuntu-22.04
artifact_name: capa
asset_name: linux
- os: ubuntu-22.04
artifact_name: capa
asset_name: linux-py312
- os: windows-2022
artifact_name: capa.exe
asset_name: windows
@@ -103,7 +106,7 @@ jobs:
# upload zipped binaries to Release page
if: github.event_name == 'release'
name: zip and upload ${{ matrix.asset_name }}
runs-on: ubuntu-22.04
runs-on: ubuntu-latest
needs: [build]
strategy:
matrix: