Skip to content

Commit

Permalink
use self hosted for dpcpp
Browse files Browse the repository at this point in the history
  • Loading branch information
tdavidcl committed Aug 7, 2024
1 parent f22c7ed commit a5c0a08
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/build_publish_containers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:

build:

runs-on: ubuntu-latest
runs-on: ${{ matrix.runner }}
permissions:
contents: read
packages: write
Expand All @@ -28,14 +28,19 @@ jobs:
include:
- imagename: ci-ubuntu20
imagepath: ubuntu20
runner: ubuntu-latest
- imagename: ci-ubuntu20cuda11
imagepath: ubuntu20cuda11
runner: ubuntu-latest
- imagename: ci-ubuntu20rocm543
imagepath: ubuntu20rocm5.4.3
runner: ubuntu-latest
- imagename: ci-ubuntu20cuda11dpcpp
imagepath: ubuntu20dpcpp_cuda11
runner: self-hosted
- imagename: ci-ubuntu20rocm543dpcpp
imagepath: ubuntu20dpcpp_rocm5.4.3
runner: self-hosted

steps:
- name: Checkout repository
Expand Down

0 comments on commit a5c0a08

Please sign in to comment.