From: Daniel Arndt Date: Tue, 28 Jan 2025 23:19:58 +0000 (-0500) Subject: Update linux debug cuda-11 CI to use Ubuntu 22.04 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5f6faf92d548b82cf66dbbd2bd8b82e2e93ecc84;p=dealii.git Update linux debug cuda-11 CI to use Ubuntu 22.04 --- diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index 10255b0fae..259c15afe0 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -277,7 +277,7 @@ jobs: # simple parallel debug build using cuda-11 name: linux debug cuda-11 - runs-on: [ubuntu-20.04] + runs-on: [ubuntu-22.04] # # The following condition only runs the workflow on 'push' or if the @@ -294,10 +294,10 @@ jobs: - uses: actions/checkout@v4 - name: modules run: | - wget https://developer.download.nvidia.com/compute/cuda/repos/ubuntu2004/x86_64/cuda-ubuntu2004.pin - sudo mv cuda-ubuntu2004.pin /etc/apt/preferences.d/cuda-repository-pin-600 - sudo apt-key adv --fetch-keys https://developer.download.nvidia.com/compute/cuda/repos/ubuntu2004/x86_64/3bf863cc.pub - sudo add-apt-repository "deb http://developer.download.nvidia.com/compute/cuda/repos/ubuntu2004/x86_64/ /" + wget https://developer.download.nvidia.com/compute/cuda/repos/ubuntu2204/x86_64/cuda-ubuntu2204.pin + sudo mv cuda-ubuntu2204.pin /etc/apt/preferences.d/cuda-repository-pin-600 + sudo apt-key adv --fetch-keys https://developer.download.nvidia.com/compute/cuda/repos/ubuntu2204/x86_64/3bf863cc.pub + sudo add-apt-repository "deb http://developer.download.nvidia.com/compute/cuda/repos/ubuntu2204/x86_64/ /" sudo apt-get install -y software-properties-common sudo add-apt-repository ppa:ginggs/deal.ii-9.4.0-backports sudo apt-get update