Skip to content

Commit

Permalink
cleanups
Browse files Browse the repository at this point in the history
  • Loading branch information
0vercl0k committed Jul 13, 2024
1 parent 71f98aa commit 4ea4e11
Showing 1 changed file with 2 additions and 13 deletions.
15 changes: 2 additions & 13 deletions .github/workflows/kdmp-parser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,18 +113,7 @@ jobs:
matrix:
variant:
# Available runners: https://github.com/actions/runner-images
# - {os: windows-2019, generator: msvc, arch: x64, config: RelWithDebInfo, py-arch: x64 }
# - {os: windows-2019, generator: msvc, arch: win32, config: RelWithDebInfo, py-arch: x64 }
# - {os: ubuntu-22.04, generator: gcc, arch: x64, config: RelWithDebInfo, py-arch: x64 }
# - {os: ubuntu-22.04, generator: clang, arch: x64, config: RelWithDebInfo, py-arch: x64 }
# - {os: ubuntu-24.04, generator: gcc, arch: x64, config: RelWithDebInfo, py-arch: x64 }
# - {os: ubuntu-24.04, generator: clang, arch: x64, config: RelWithDebInfo, py-arch: x64 }
# - {os: macos-13, generator: clang, arch: x64, config: Release, py-arch: x64 }
# - {os: macos-13-xlarge, generator: clang, arch: arm64, config: Release, py-arch: arm64 }
# - {os: macos-14, generator: clang, arch: arm64, config: Release, py-arch: arm64 }
# - {os: macos-14-large, generator: clang, arch: x64, config: Release, py-arch: x64 }
- {os: windows-2019, generator: msvc, config: RelWithDebInfo }
# - {os: windows-latest, generator: msvc, arch: arm64, config: RelWithDebInfo, py-arch: x64} # Unsupported (see https://raw.githubusercontent.com/actions/python-versions/main/versions-manifest.json)
- {os: windows-2019, config: RelWithDebInfo }
- {os: ubuntu-22.04, config: RelWithDebInfo }
# most up to date free intel based osx?
- {os: macos-13, config: Release }
Expand Down Expand Up @@ -152,7 +141,7 @@ jobs:
- name: Upload wheel
uses: actions/upload-artifact@v4
with:
name: wheels-${{ matrix.variant.os }}.${{ matrix.variant.generator }}
name: wheels-${{ matrix.variant.os }}
path: ./wheelhouse/*.whl

merge:
Expand Down

0 comments on commit 4ea4e11

Please sign in to comment.