Skip to content

Update cv_ref_ptr_matrix.cpp #6

Update cv_ref_ptr_matrix.cpp

Update cv_ref_ptr_matrix.cpp #6

Workflow file for this run

name: CI - Linux GCC
on:
push:
branches: [ "main" ]
paths: [ 'library/**', 'test/**', 'CMakeLists.txt', '.github/workflows/**' ]
pull_request:
branches: [ "main" ]
paths: [ 'library/**', 'test/**', 'CMakeLists.txt' ]
workflow_dispatch:
jobs:
specialize:
uses: ./.github/workflows/_compiler_template.yml
with:
os: ubuntu-latest
cxx_compiler: g++-14
display_name: "Linux / GCC 14"