|
7 | 7 | runs-on: ${{ matrix.os }}
|
8 | 8 | strategy:
|
9 | 9 | 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] |
11 | 11 | include:
|
12 | 12 | - build: stable
|
13 | 13 | os: ubuntu-latest
|
|
40 | 40 | target: aarch64-pc-windows-msvc
|
41 | 41 | no_run: --no-run
|
42 | 42 | - build: win32
|
43 |
| - os: windows-2016 |
| 43 | + os: windows-2019 |
44 | 44 | rust: stable-i686-msvc
|
45 | 45 | target: i686-pc-windows-msvc
|
46 | 46 | - build: win64
|
|
55 | 55 | os: windows-latest
|
56 | 56 | rust: stable-x86_64-gnu
|
57 | 57 | target: x86_64-pc-windows-gnu
|
58 |
| - - build: windows-2016 |
59 |
| - os: windows-2016 |
| 58 | + - build: windows-2019 |
| 59 | + os: windows-2019 |
60 | 60 | rust: stable-x86_64
|
61 | 61 | target: x86_64-pc-windows-msvc
|
62 | 62 | steps:
|
@@ -92,16 +92,16 @@ jobs:
|
92 | 92 | runs-on: ubuntu-20.04
|
93 | 93 | steps:
|
94 | 94 | - uses: actions/checkout@master
|
95 |
| - - name: Install cuda-minimal-build-11-4 |
| 95 | + - name: Install cuda-minimal-build-11-6 |
96 | 96 | shell: bash
|
97 | 97 | run: |
|
98 | 98 | # https://developer.nvidia.com/cuda-downloads?target_os=Linux&target_arch=x86_64&Distribution=Ubuntu&target_version=20.04&target_type=deb_network
|
99 | 99 | wget https://developer.download.nvidia.com/compute/cuda/repos/ubuntu2004/x86_64/cuda-ubuntu2004.pin
|
100 | 100 | 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 |
102 | 102 | sudo add-apt-repository "deb https://developer.download.nvidia.com/compute/cuda/repos/ubuntu2004/x86_64/ /"
|
103 | 103 | 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 |
105 | 105 | - name: Test 'cudart' feature
|
106 | 106 | shell: bash
|
107 | 107 | run: env PATH=/usr/local/cuda/bin:$PATH cargo test --manifest-path cc-test/Cargo.toml --features test_cuda
|
|
0 commit comments