Skip to content

Commit ad467e7

Browse files
committed
CI Centos7 => Rocky8
1 parent f80bdcb commit ad467e7

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -347,12 +347,12 @@ jobs:
347347
python run_python_tests.py
348348
349349
350-
CentOS-7:
350+
Rocky-8:
351351
runs-on: ubuntu-latest
352-
name: CentOS 7
352+
name: Rocky 8
353353

354354
container:
355-
image: kratosmultiphysics/kratos-image-ci-centos7:latest
355+
image: kratosmultiphysics/kratos-image-ci-rocky8:latest
356356

357357
steps:
358358
- uses: actions/checkout@v2
@@ -378,7 +378,7 @@ jobs:
378378
export LD_LIBRARY_PATH=${LD_LIBRARY_PATH}:${GITHUB_WORKSPACE}/bin
379379
cd tests
380380
# TODO delete build dir to make sure the linking etc works correctly? (Needs to be done after running CTests)
381-
python3.8 run_python_tests.py
381+
python3 run_python_tests.py
382382
383383
384384
Ubuntu-minimum-CMake:

0 commit comments

Comments
 (0)