Skip to content

Commit

Permalink
WIP CI: use only armv8a to test ZCU102
Browse files Browse the repository at this point in the history
  • Loading branch information
axel-h committed Jan 29, 2024
1 parent a92c33a commit cdf82a6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
strategy:
fail-fast: false
matrix:
march: [nehalem, armv7a, armv8a]
march: [armv8a]
steps:
- uses: axel-h/ci-actions/camkes-vm@patch-axel-9
with:
Expand All @@ -62,7 +62,7 @@ jobs:
strategy:
fail-fast: false
matrix:
march: [nehalem, armv7a, armv8a]
march: [armv8a]
steps:
- name: Get machine queue
uses: actions/checkout@v4
Expand Down

0 comments on commit cdf82a6

Please sign in to comment.