mirror of
https://github.com/asherkin/accelerator.git
synced 2025-12-06 18:08:30 +00:00
Oops, properly upload ubuntu22.02 bin instead of ubuntu-latest
This commit is contained in:
parent
752813cdc0
commit
41465a5ba8
9
.github/workflows/ci.yml
vendored
9
.github/workflows/ci.yml
vendored
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user