Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CI Fix / Update, main branch (2024.11.28.) #306

Merged
merged 1 commit into from
Nov 28, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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