We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0106260 commit 1e576e3Copy full SHA for 1e576e3
1 file changed
.github/workflows/Ubuntu.yml
@@ -26,10 +26,6 @@ jobs:
26
cuda: "13.0.2"
27
gcc: 13
28
config: Debug
29
- - os: ubuntu-24.04
30
- cuda: "12.6.0"
31
- gcc: 13
32
- config: Release
33
- os: ubuntu-24.04
34
cuda: "12.6.0"
35
@@ -56,12 +52,6 @@ jobs:
56
52
method: 'network'
57
53
log-file-suffix: '${{matrix.os}}-gcc${{matrix.gcc}}-config${{matrix.config}}.txt'
58
54
59
-# - name: Install CUDA
60
-# env:
61
-# cuda: ${{ matrix.cuda }}
62
-# run: ./.github/action-scripts/install_cuda_ubuntu.sh
63
-# shell: bash
64
-
65
55
# Specify the correct host compilers
66
- name: Install/Select gcc and g++
67
run: |
0 commit comments