Skip to content

Commit

Permalink
Merge pull request acts-project#306 from krasznaa/CIFix-main-20241128
Browse files Browse the repository at this point in the history
CI Fix / Update, main branch (2024.11.28.)
  • Loading branch information
krasznaa authored Nov 28, 2024
2 parents 7ba8852 + a688206 commit 3834823
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/builds.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# VecMem project, part of the ACTS project (R&D line)
#
# (c) 2021-2023 CERN for the benefit of the ACTS project
# (c) 2021-2024 CERN for the benefit of the ACTS project
#
# Mozilla Public License Version 2.0

Expand Down Expand Up @@ -104,15 +104,15 @@ jobs:
NOTES:
RUN_TESTS: false
- NAME: "CUDA"
CONTAINER: "ghcr.io/acts-project/ubuntu1804_cuda:v43"
CONTAINER_NAME: "Ubuntu 18.04"
CONTAINER: "ghcr.io/acts-project/ubuntu2004_cuda:51"
CONTAINER_NAME: "Ubuntu 20.04"
CXX_STANDARD: "17"
OPTIONS: -DCMAKE_CUDA_STANDARD=14
NOTES: CUDA C++14
RUN_TESTS: false
- NAME: "HIP"
CONTAINER: "ghcr.io/acts-project/ubuntu1804_rocm:v43"
CONTAINER_NAME: "Ubuntu 18.04"
CONTAINER: "ghcr.io/acts-project/ubuntu2004_rocm:51"
CONTAINER_NAME: "Ubuntu 20.04"
CXX_STANDARD: "17"
OPTIONS: -DCMAKE_HIP_STANDARD=14
NOTES: HIP C++14
Expand Down Expand Up @@ -174,7 +174,7 @@ jobs:
# The build/test steps to execute.
steps:
# Use a standard checkout of the code.
- uses: actions/checkout@v3
- uses: actions/checkout@v4
# Run the CMake configuration.
- name: Configure
run: |
Expand Down

0 comments on commit 3834823

Please sign in to comment.