Merge branch 'develop' into feature/conan-2

This commit is contained in:
Dan Paulat 2024-11-30 01:33:02 -06:00
commit e3fa3fdd61
8 changed files with 205 additions and 13 deletions

View file

@ -11,7 +11,7 @@ on:
concurrency:
# Cancel in-progress jobs for the same pull request
group: ${{ github.head_ref || github.run_id }}
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
cancel-in-progress: true
jobs:
@ -70,7 +70,7 @@ jobs:
env:
CC: ${{ matrix.env_cc }}
CXX: ${{ matrix.env_cxx }}
SCWX_VERSION: v0.4.6
SCWX_VERSION: v0.4.7
runs-on: ${{ matrix.os }}
steps: