Converting a slice to a vector/array would copy too little data.

This commit is contained in:
Christoffer Lerno
2024-09-06 15:36:43 +02:00
parent 35b825c78a
commit de13023981
4 changed files with 11 additions and 5 deletions

View File

@@ -216,7 +216,7 @@ jobs:
fail-fast: false
matrix:
build_type: [Release, Debug]
llvm_version: [17, 18, 19, 20]
llvm_version: [17, 18, 19]
steps:
- uses: actions/checkout@v4
@@ -496,7 +496,7 @@ jobs:
matrix:
ubuntu_version: [20.04, 22.04]
build_type: [Release, Debug]
llvm_version: [17, 18, 19, 20]
llvm_version: [17, 18, 19]
steps:
- uses: actions/checkout@v4