Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 5 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ on:
pull_request:
branches:
- "valhalla_python"
paths-ignore:
- '*.md'

concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.sha }}
Expand All @@ -29,9 +31,9 @@ jobs:
matrix:
include:
- platform: x86_64
runner: ubuntu-22.04
runner: ubuntu-latest
- platform: aarch64
runner: ubuntu-22.04-arm
runner: ubuntu-latest-arm

env:
POLICY: manylinux_2_28
Expand Down Expand Up @@ -79,7 +81,7 @@ jobs:

create_manifest:
name: Create multi-arch manifest
runs-on: ubuntu-24.04
runs-on: ubuntu-latest
needs: build_manylinux
if: github.event_name == 'push'

Expand Down
Loading