diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 069ab2b..397cf85 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -24,18 +24,19 @@ jobs: matrix: os: [ 'ubuntu-22.04', 'ubuntu-latest', 'windows-2019', 'windows-latest' ] include: + # we need to ship ubuntu 22.04 because of glibc reasons - os: ubuntu-22.04 #cc: clang-8 #cxx: clang++-8 cc: clang cxx: clang++ - upload: false - upload-artifact-name: none + upload: true + upload-artifact-name: accelerator_linux - os: ubuntu-latest cc: clang cxx: clang++ - upload: true - upload-artifact-name: accelerator_linux + upload: false + upload-artifact-name: none - os: windows-2019 cc: msvc cxx: msvc