Skip to content

Commit

Permalink
add missing? quotes
Browse files Browse the repository at this point in the history
Change-Id: I733e81b0bd9a8221c539d590f88177aaf4c6e25a
  • Loading branch information
joshua-warburton committed Apr 22, 2024
1 parent 5f7cb9e commit 83d0b12
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci-aarchxx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,11 +51,11 @@ jobs:
matrix:
# This job will run in parallel.
include:
- os: ubuntu-20-arm64
- os: "ubuntu-20-arm64"
sve: false
- os: ubuntu-20-arm64-sve
- os: "ubuntu-20-arm64-sve"
sve: true
- os: ubuntu-20-arm64-sve
- os: "ubuntu-20-arm64-sve"
sve: true
sve-length: 128
steps:
Expand Down

0 comments on commit 83d0b12

Please sign in to comment.