Skip to content

Commit

Permalink
CI: fixed default (NVCC-based) CUDA build
Browse files Browse the repository at this point in the history
  • Loading branch information
muellan authored and GPMueller committed Jun 9, 2023
1 parent cffe9f8 commit 1a57fc3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Expand Up @@ -470,7 +470,7 @@ jobs:
run: ctest -C $BUILD_TYPE --rerun-failed --output-on-failure

build-cuda:
runs-on: ${{ matrix.os }}
runs-on: ${{ matrix.config.os }}
strategy:
fail-fast: false
matrix:
Expand All @@ -484,7 +484,7 @@ jobs:
- uses: actions/checkout@v3

- name: Force downgrade to gcc-10 on Ubuntu 22.04 to avoid a bug in gcc-11.3 header
if: matrix.os == 'ubuntu-22.04'
if: matrix.config.os == 'ubuntu-22.04'
shell: bash
run: |
sudo apt-get --purge remove "g++*"
Expand Down

0 comments on commit 1a57fc3

Please sign in to comment.