From ecef09243143cf7dd13d8f80ae36731c9aa49bd1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Morais?= <146729917+SMoraisAnsys@users.noreply.github.com> Date: Mon, 14 Apr 2025 10:21:53 +0200 Subject: [PATCH 1/7] ci: update ci_cd.yml to use ubuntu latest --- .github/workflows/ci_cd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci_cd.yml b/.github/workflows/ci_cd.yml index 1a761a9..1974ff7 100644 --- a/.github/workflows/ci_cd.yml +++ b/.github/workflows/ci_cd.yml @@ -45,7 +45,7 @@ jobs: build-tests: name: Build and Testing - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 needs: [smoke-tests] container: image: ghcr.io/ansys/pymapdl/mapdl:v22.2-ubuntu From cfddb4b25cf5ef0581505147e8b33d480f1dadd6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Morais?= <146729917+SMoraisAnsys@users.noreply.github.com> Date: Mon, 14 Apr 2025 10:23:51 +0200 Subject: [PATCH 2/7] Update .github/workflows/ci_cd.yml --- .github/workflows/ci_cd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci_cd.yml b/.github/workflows/ci_cd.yml index 1974ff7..f9d4356 100644 --- a/.github/workflows/ci_cd.yml +++ b/.github/workflows/ci_cd.yml @@ -45,7 +45,7 @@ jobs: build-tests: name: Build and Testing - runs-on: ubuntu-24.04 + runs-on: ubuntu-latest needs: [smoke-tests] container: image: ghcr.io/ansys/pymapdl/mapdl:v22.2-ubuntu From 38d7bd0438aa35c437f3d7944e08444b7b02a803 Mon Sep 17 00:00:00 2001 From: Roberto Pastor Muela <37798125+RobPasMue@users.noreply.github.com> Date: Wed, 28 May 2025 13:02:58 +0200 Subject: [PATCH 3/7] Update ci_cd.yml --- .github/workflows/ci_cd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci_cd.yml b/.github/workflows/ci_cd.yml index 6fe9cbe..29f633b 100644 --- a/.github/workflows/ci_cd.yml +++ b/.github/workflows/ci_cd.yml @@ -48,7 +48,7 @@ jobs: runs-on: ubuntu-latest needs: [smoke-tests] container: - image: ghcr.io/ansys/pymapdl/mapdl:v22.2-ubuntu + image: ghcr.io/ansys/mapdl:v25.1-ubuntu options: "-u=0:0 --entrypoint /bin/bash" credentials: username: ${{ secrets.GH_USERNAME }} From d24e6c955127f519ca83c4fc797e62e18baaecec Mon Sep 17 00:00:00 2001 From: Roberto Pastor Muela <37798125+RobPasMue@users.noreply.github.com> Date: Wed, 28 May 2025 13:09:11 +0200 Subject: [PATCH 4/7] Update .github/workflows/ci_cd.yml --- .github/workflows/ci_cd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci_cd.yml b/.github/workflows/ci_cd.yml index 29f633b..6fe9cbe 100644 --- a/.github/workflows/ci_cd.yml +++ b/.github/workflows/ci_cd.yml @@ -48,7 +48,7 @@ jobs: runs-on: ubuntu-latest needs: [smoke-tests] container: - image: ghcr.io/ansys/mapdl:v25.1-ubuntu + image: ghcr.io/ansys/pymapdl/mapdl:v22.2-ubuntu options: "-u=0:0 --entrypoint /bin/bash" credentials: username: ${{ secrets.GH_USERNAME }} From e7e08d69061e55e6f0748c3fb9073961ef04bf55 Mon Sep 17 00:00:00 2001 From: Roberto Pastor Muela <37798125+RobPasMue@users.noreply.github.com> Date: Wed, 28 May 2025 15:47:30 +0200 Subject: [PATCH 5/7] Update .github/workflows/ci_cd.yml --- .github/workflows/ci_cd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci_cd.yml b/.github/workflows/ci_cd.yml index 6fe9cbe..29f633b 100644 --- a/.github/workflows/ci_cd.yml +++ b/.github/workflows/ci_cd.yml @@ -48,7 +48,7 @@ jobs: runs-on: ubuntu-latest needs: [smoke-tests] container: - image: ghcr.io/ansys/pymapdl/mapdl:v22.2-ubuntu + image: ghcr.io/ansys/mapdl:v25.1-ubuntu options: "-u=0:0 --entrypoint /bin/bash" credentials: username: ${{ secrets.GH_USERNAME }} From ece4c8721f136102ce63877ccf23b91ed6d82ea4 Mon Sep 17 00:00:00 2001 From: Roberto Pastor Muela <37798125+RobPasMue@users.noreply.github.com> Date: Wed, 28 May 2025 15:47:36 +0200 Subject: [PATCH 6/7] Update .github/workflows/ci_cd.yml --- .github/workflows/ci_cd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci_cd.yml b/.github/workflows/ci_cd.yml index 29f633b..6fe9cbe 100644 --- a/.github/workflows/ci_cd.yml +++ b/.github/workflows/ci_cd.yml @@ -48,7 +48,7 @@ jobs: runs-on: ubuntu-latest needs: [smoke-tests] container: - image: ghcr.io/ansys/mapdl:v25.1-ubuntu + image: ghcr.io/ansys/pymapdl/mapdl:v22.2-ubuntu options: "-u=0:0 --entrypoint /bin/bash" credentials: username: ${{ secrets.GH_USERNAME }} From 75255fc7d8f998bd4f321a506a3cb944dd4dfa20 Mon Sep 17 00:00:00 2001 From: Roberto Pastor Muela <37798125+RobPasMue@users.noreply.github.com> Date: Wed, 28 May 2025 15:47:52 +0200 Subject: [PATCH 7/7] Update .github/workflows/ci_cd.yml --- .github/workflows/ci_cd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci_cd.yml b/.github/workflows/ci_cd.yml index 6fe9cbe..29f633b 100644 --- a/.github/workflows/ci_cd.yml +++ b/.github/workflows/ci_cd.yml @@ -48,7 +48,7 @@ jobs: runs-on: ubuntu-latest needs: [smoke-tests] container: - image: ghcr.io/ansys/pymapdl/mapdl:v22.2-ubuntu + image: ghcr.io/ansys/mapdl:v25.1-ubuntu options: "-u=0:0 --entrypoint /bin/bash" credentials: username: ${{ secrets.GH_USERNAME }}