Oops, properly upload ubuntu22.02 bin instead of ubuntu-latest

This commit is contained in:
sappho 2025-05-27 19:30:57 -04:00 committed by GitHub
parent 752813cdc0
commit 41465a5ba8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -24,18 +24,19 @@ jobs:
matrix: matrix:
os: [ 'ubuntu-22.04', 'ubuntu-latest', 'windows-2019', 'windows-latest' ] os: [ 'ubuntu-22.04', 'ubuntu-latest', 'windows-2019', 'windows-latest' ]
include: include:
# we need to ship ubuntu 22.04 because of glibc reasons
- os: ubuntu-22.04 - os: ubuntu-22.04
#cc: clang-8 #cc: clang-8
#cxx: clang++-8 #cxx: clang++-8
cc: clang cc: clang
cxx: clang++ cxx: clang++
upload: false upload: true
upload-artifact-name: none upload-artifact-name: accelerator_linux
- os: ubuntu-latest - os: ubuntu-latest
cc: clang cc: clang
cxx: clang++ cxx: clang++
upload: true upload: false
upload-artifact-name: accelerator_linux upload-artifact-name: none
- os: windows-2019 - os: windows-2019
cc: msvc cc: msvc
cxx: msvc cxx: msvc