Skip to content

Commit

Permalink
supported more OSs in the workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
justanhduc committed Sep 24, 2022
1 parent 213b942 commit 3d591fc
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,14 @@ jobs:
build-ubuntu:
strategy:
matrix:
os: [ubuntu-latest, ubuntu-22.04, ubuntu-20.04, ubuntu-18.04, ubuntu-16.04]
cuda: ["on", "off"]
include:
- os: ubuntu-22.04
cuda: "off"
- cuda: "off"
cmake_args: |
-DTASK_SPOOLER_COMPILE_CUDA=off
- os: ubuntu-22.04
cuda: "on"
- cuda: "on"
cmake_args: ""

fail-fast: false
Expand Down Expand Up @@ -51,7 +51,7 @@ jobs:
build-macos:
strategy:
matrix:
os: [macos-12.0]
os: [macos-latest]
fail-fast: false

name: "cmake / ${{ matrix.os }}"
Expand Down

0 comments on commit 3d591fc

Please sign in to comment.