diff --git a/.github/workflows/ci_cd.yml b/.github/workflows/ci_cd.yml index ded3601..29f633b 100644 --- a/.github/workflows/ci_cd.yml +++ b/.github/workflows/ci_cd.yml @@ -45,10 +45,10 @@ jobs: build-tests: name: Build and Testing - runs-on: ubuntu-22.04 + 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 }}