Skip to content

Commit

Permalink
[ci] Remove unsupported runtimes in Ubuntu 22.04
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-penev authored and vgvassilev committed Oct 19, 2022
1 parent ba5448c commit 27cfe2e
Showing 1 changed file with 0 additions and 65 deletions.
65 changes: 0 additions & 65 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -200,71 +200,6 @@ jobs:
clang-runtime: '10'
cuda: true

- name: ubu22-gcc9-runtime9
os: ubuntu-22.04
compiler: gcc-9
clang-runtime: '9'

- name: ubu22-gcc10-runtime9
os: ubuntu-22.04
compiler: gcc-10
clang-runtime: '9'

- name: ubu22-gcc11-runtime9
os: ubuntu-22.04
compiler: gcc-11
clang-runtime: '9'

- name: ubu22-clang11-runtime9
os: ubuntu-22.04
compiler: 'clang-11'
clang-runtime: '9'

- name: ubu22-clang12-runtime9
os: ubuntu-22.04
compiler: clang-12
clang-runtime: '9'

- name: ubu22-clang13-runtime9
os: ubuntu-22.04
compiler: clang-13
clang-runtime: '9'

- name: ubu22-gcc9-runtime10
os: ubuntu-22.04
compiler: gcc-9
clang-runtime: '10'

- name: ubu22-gcc10-runtime10
os: ubuntu-22.04
compiler: gcc-10
clang-runtime: '10'

- name: ubu22-gcc11-runtime10
os: ubuntu-22.04
compiler: gcc-11
clang-runtime: '10'

- name: ubu22-clang11-runtime10
os: ubuntu-22.04
compiler: 'clang-11'
clang-runtime: '10'

- name: ubu22-clang12-runtime10
os: ubuntu-22.04
compiler: clang-12
clang-runtime: '10'

- name: ubu22-clang13-runtime10
os: ubuntu-22.04
compiler: clang-13
clang-runtime: '10'

- name: ubu22-clang14-runtime10
os: ubuntu-22.04
compiler: clang-14
clang-runtime: '10'

- name: ubu22-gcc9-runtime11
os: ubuntu-22.04
compiler: gcc-9
Expand Down

0 comments on commit 27cfe2e

Please sign in to comment.