Skip to content

Commit 5804217

Browse files
committed
add additional cxxflags for arm builds
1 parent 9fd1cf6 commit 5804217

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ubuntu.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,10 @@ concurrency:
2323
jobs:
2424
ubuntu-build:
2525
strategy:
26+
fail-fast: false
2627
matrix:
2728
shared: [ON, OFF]
28-
cxx: [g++-12, clang++-14]
29+
cxx: [g++-12, clang++-15]
2930
runs-on: [ubuntu-22.04, ubuntu-22.04-arm]
3031
runs-on: ${{matrix.runs-on}}
3132
steps:

0 commit comments

Comments
 (0)