Skip to content

Commit 523fffa

Browse files
committed
Update machine project version
1 parent f38f4e5 commit 523fffa

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/builds.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
SCALAR_TYPE: ["float", "double"]
5353
PLATFORM:
5454
- NAME: "HOST"
55-
CONTAINER: "ghcr.io/acts-project/ubuntu2004:v26"
55+
CONTAINER: "ghcr.io/acts-project/ubuntu2004:v30"
5656
OPTIONS: -DDETRAY_EIGEN_PLUGIN=ON -DDETRAY_SMATRIX_PLUGIN=ON -DDETRAY_VC_PLUGIN=ON
5757

5858
# The system to run on.
@@ -102,10 +102,10 @@ jobs:
102102
SCALAR_TYPE: ["float", "double"]
103103
PLATFORM:
104104
- NAME: "CUDA"
105-
CONTAINER: "ghcr.io/acts-project/ubuntu2004_cuda:v26"
105+
CONTAINER: "ghcr.io/acts-project/ubuntu2004_cuda:v30"
106106
OPTIONS: -DDETRAY_EIGEN_PLUGIN=ON -DDETRAY_SMATRIX_PLUGIN=ON -DDETRAY_VC_PLUGIN=ON
107107
- NAME: "SYCL"
108-
CONTAINER: "ghcr.io/acts-project/ubuntu2004_oneapi:v26"
108+
CONTAINER: "ghcr.io/acts-project/ubuntu2004_oneapi:v30"
109109
OPTIONS: -DDETRAY_EIGEN_PLUGIN=ON -DDETRAY_SMATRIX_PLUGIN=ON -DDETRAY_VC_PLUGIN=ON
110110

111111
# The system to run on.

.gitlab-ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ stages:
66
build_cuda:
77
tags: [docker]
88
stage: build
9-
image: ghcr.io/acts-project/ubuntu2004_cuda:v13
9+
image: ghcr.io/acts-project/ubuntu2004_cuda:v30
1010
artifacts:
1111
paths:
1212
- build
@@ -28,7 +28,7 @@ build_cuda:
2828
test_cuda:
2929
stage: test
3030
tags: [docker-gpu-nvidia]
31-
image: ghcr.io/acts-project/ubuntu2004_cuda:v13
31+
image: ghcr.io/acts-project/ubuntu2004_cuda:v30
3232
needs:
3333
- build_cuda
3434
script:

0 commit comments

Comments
 (0)