Skip to content

Commit

Permalink
Try a different syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
ptheywood committed Nov 1, 2023
1 parent 8296b53 commit af303d9
Showing 1 changed file with 10 additions and 7 deletions.
17 changes: 10 additions & 7 deletions .github/workflows/Ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@ jobs:
# optional exclude: can be partial, include: must be specific
matrix:
cudacxx:
# - cuda: "12.3"
# cuda_arch: "50"
# hostcxx: gcc-12
# os: ubuntu-22.04
- cuda: "12.3"
cuda_arch: "50"
hostcxx: gcc-12
os: ubuntu-22.04
# - cuda: "11.8"
# cuda_arch: "35"
# hostcxx: gcc-11
Expand All @@ -58,12 +58,15 @@ jobs:
- cudacxx:
cuda: "11.0"
VISUALISATION: "ON"
# Exclude beltsoff builds for old cuda's
- cudacxx:
cuda: "11.0"
config:
- name: "BeltsOff"
config: "Release"
SEATBELTS: "OFF"
name: "BeltsOff"
# Exclude beltsoff vis builds for old cuda's
- config:
name: "BeltsOff"
VISUALISATION: "ON"

# Name the job based on matrix/env options
name: "build (${{ matrix.cudacxx.cuda }}, ${{matrix.python}}, ${{ matrix.VISUALISATION }}, ${{ matrix.config.name }}, ${{ matrix.cudacxx.os }})"
Expand Down

0 comments on commit af303d9

Please sign in to comment.