Skip to content

Commit

Permalink
GitHub actions no longer offers Ubuntu 18.04 runners; for now, we're …
Browse files Browse the repository at this point in the history
…commenting-out testing versions which require them T_T
  • Loading branch information
eyalroz committed Apr 16, 2023
1 parent f5c8185 commit 0a64186
Showing 1 changed file with 17 additions and 17 deletions.
34 changes: 17 additions & 17 deletions .github/workflows/cmake-build-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,23 +83,23 @@ jobs:
gcc: 9 # may fail with gcc-10 due to an internal compiler error
shell: "bash"
cmake-generator: "Unix Makefiles"
- os: ubuntu-18.04
cuda: "10.2"
gcc: 8
shell: "bash"
cmake-generator: "Unix Makefiles"
- os: ubuntu-18.04
cuda: "10.1"
gcc: 8
shell: "bash"
cmake-generator: "Unix Makefiles"
- os: ubuntu-18.04
cuda: "10.0"
gcc: 7 # fails with GCC 8 - no supported in CUDA 10.0
shell: "bash"
cmake-generator: "Unix Makefiles"
# GitHub has remoted ubuntu-16.04 runnings,
# so we're not testing builds with older CUDA versions
# NVIDIA has deprecated Ubuntu 16.04 and 18.04 runners
#
# - os: ubuntu-18.04
# cuda: "10.2"
# gcc: 8
# shell: "bash"
# cmake-generator: "Unix Makefiles"
# - os: ubuntu-18.04
# cuda: "10.1"
# gcc: 8
# shell: "bash"
# cmake-generator: "Unix Makefiles"
# - os: ubuntu-18.04
# cuda: "10.0"
# gcc: 7 # fails with GCC 8 - no supported in CUDA 10.0
# shell: "bash"
# cmake-generator: "Unix Makefiles"
# - os: ubuntu-16.04
# cuda: "9.2"
# gcc: 6
Expand Down

0 comments on commit 0a64186

Please sign in to comment.