From 0a6418657dcd2052d3a13e29653881c717d86ced Mon Sep 17 00:00:00 2001 From: Eyal Rozenberg Date: Sun, 16 Apr 2023 23:22:07 +0300 Subject: [PATCH] GitHub actions no longer offers Ubuntu 18.04 runners; for now, we're commenting-out testing versions which require them T_T --- .github/workflows/cmake-build-linux.yml | 34 ++++++++++++------------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/.github/workflows/cmake-build-linux.yml b/.github/workflows/cmake-build-linux.yml index fcf7ac57..dfb35976 100644 --- a/.github/workflows/cmake-build-linux.yml +++ b/.github/workflows/cmake-build-linux.yml @@ -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