Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
spectre-ns authored Nov 6, 2023
1 parent 2afa7d0 commit d4f970b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
sys:
- {compiler: gcc, version: '11', name: c++17, flags: -DCPP17=ON}
- {compiler: clang, version: '15', name: assert, flags: -DXTENSOR_ENABLE_ASSERT=ON}
- {compiler: clang, version: '16', name: column-major, flags: -DDEFAULT_COLUMN_MAJOR=ON}
- {compiler: clang, version: '15', name: column-major, flags: -DDEFAULT_COLUMN_MAJOR=ON}

defaults:
run:
Expand Down

0 comments on commit d4f970b

Please sign in to comment.