Skip to content

Commit

Permalink
Update dm-reverb-on-arm.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
cclauss authored Jan 28, 2025
1 parent 2467c3e commit e985d8c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/dm-reverb-on-arm.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
name: dm-reverb-on-arm
name: dm-reverb
on:
push:
pull_request:
workflow_dispatch:
jobs:
dm-reverb-on-arm:
dm-reverb:
strategy:
fail-fast: false
matrix:
python-version: [ "3.8", "3.9", "3.10", "3.11", "3.12", "3.13" ]
os: [ ubuntu-24.04, ubuntu-24.04-arm ]
python-version: [ "3.8", "3.9", "3.10", "3.11" ]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/setup-python@v5
Expand Down

0 comments on commit e985d8c

Please sign in to comment.