Skip to content

Commit 61faa9e

Browse files
Merge pull request #677 from dot-asm/nvidia-pub-key-update
Update CUDA Linux GPG repository key [and compiler version].
2 parents 53272c5 + d4ded9d commit 61faa9e

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/main.yml

+7-7
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
runs-on: ${{ matrix.os }}
88
strategy:
99
matrix:
10-
build: [stable, beta, nightly, linux32, macos, aarch64-ios, win32, win64, mingw32, mingw64, windows-2016]
10+
build: [stable, beta, nightly, linux32, macos, aarch64-ios, win32, win64, mingw32, mingw64, windows-2019]
1111
include:
1212
- build: stable
1313
os: ubuntu-latest
@@ -40,7 +40,7 @@ jobs:
4040
target: aarch64-pc-windows-msvc
4141
no_run: --no-run
4242
- build: win32
43-
os: windows-2016
43+
os: windows-2019
4444
rust: stable-i686-msvc
4545
target: i686-pc-windows-msvc
4646
- build: win64
@@ -55,8 +55,8 @@ jobs:
5555
os: windows-latest
5656
rust: stable-x86_64-gnu
5757
target: x86_64-pc-windows-gnu
58-
- build: windows-2016
59-
os: windows-2016
58+
- build: windows-2019
59+
os: windows-2019
6060
rust: stable-x86_64
6161
target: x86_64-pc-windows-msvc
6262
steps:
@@ -92,16 +92,16 @@ jobs:
9292
runs-on: ubuntu-20.04
9393
steps:
9494
- uses: actions/checkout@master
95-
- name: Install cuda-minimal-build-11-4
95+
- name: Install cuda-minimal-build-11-6
9696
shell: bash
9797
run: |
9898
# https://developer.nvidia.com/cuda-downloads?target_os=Linux&target_arch=x86_64&Distribution=Ubuntu&target_version=20.04&target_type=deb_network
9999
wget https://developer.download.nvidia.com/compute/cuda/repos/ubuntu2004/x86_64/cuda-ubuntu2004.pin
100100
sudo mv cuda-ubuntu2004.pin /etc/apt/preferences.d/cuda-repository-pin-600
101-
sudo apt-key adv --fetch-keys https://developer.download.nvidia.com/compute/cuda/repos/ubuntu2004/x86_64/7fa2af80.pub
101+
sudo apt-key adv --fetch-keys https://developer.download.nvidia.com/compute/cuda/repos/ubuntu2004/x86_64/3bf863cc.pub
102102
sudo add-apt-repository "deb https://developer.download.nvidia.com/compute/cuda/repos/ubuntu2004/x86_64/ /"
103103
sudo apt-get update
104-
sudo apt-get -y install cuda-minimal-build-11-4
104+
sudo apt-get -y install cuda-minimal-build-11-6
105105
- name: Test 'cudart' feature
106106
shell: bash
107107
run: env PATH=/usr/local/cuda/bin:$PATH cargo test --manifest-path cc-test/Cargo.toml --features test_cuda

0 commit comments

Comments
 (0)