Skip to content

Commit b87c867

Browse files
authored
Update tests to Alma9 and Ubuntu 22.04 (#39)
1 parent 51f9766 commit b87c867

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

.github/workflows/test.yml

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,17 @@ jobs:
88
strategy:
99
matrix:
1010
SETUP: ['init_hsf.sh']
11+
OS: ['alma9', 'ubuntu22']
1112
steps:
12-
- uses: actions/checkout@v2
13-
- uses: cvmfs-contrib/github-action-cvmfs@v2
13+
- uses: actions/checkout@v4
14+
- uses: cvmfs-contrib/github-action-cvmfs@v4
1415
- name: Start container
1516
run: |
16-
docker run -it --name CI_container -v ${GITHUB_WORKSPACE}:/Package -v /cvmfs:/cvmfs:shared -d ghcr.io/aidasoft/centos7:latest /bin/bash
17+
docker run -it --name CI_container \
18+
-v ${GITHUB_WORKSPACE}:/Package \
19+
-v /cvmfs:/cvmfs:shared \
20+
-d ghcr.io/key4hep/key4hep-images/${{ matrix.OS }}:latest \
21+
/bin/bash
1722
- name: CMake Configure
1823
run: |
1924
docker exec CI_container /bin/bash -c "cd ./Package;\

0 commit comments

Comments
 (0)