Skip to content

Commit

Permalink
Remove extra bracket
Browse files Browse the repository at this point in the history
  • Loading branch information
sfegan committed Jun 28, 2024
1 parent ff1e9de commit 91842dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/native-build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
[clang-18, clang++-18, 'clang-18', broadwell ],
[clang-16, clang++-16, 'clang-16', broadwell ],
[clang-14, clang++-14, 'clang-14', broadwell ],
[clang-12, clang++-12, 'clang-12', broadwell ] ]
[clang-12, clang++-12, 'clang-12', broadwell ]
]

runs-on: ${{ matrix.os }}
Expand Down

0 comments on commit 91842dc

Please sign in to comment.