refactor: updated module registration to core rev 4++

This commit is contained in:
BytesGalore
2021-09-17 17:36:27 +02:00
parent 17db6230e1
commit 3528807f3f
4 changed files with 7 additions and 10 deletions

View File

@@ -8,8 +8,8 @@ jobs:
strategy:
fail-fast: false
matrix:
compiler: [clang6, clang9, clang10]
runs-on: ubuntu-20.04
compiler: [clang]
runs-on: ubuntu-latest
name: ${{ matrix.compiler }}
env:
COMPILER: ${{ matrix.compiler }}