Skip to content
Draft
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion .github/workflows/run_mapdl_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
name: Build tests
runs-on: ubuntu-latest
container:
image: ghcr.io/ansys/mapdl:v22.2-ubuntu@sha256:024c587f4a8190e99cc3f08a2dc231583032e784a8ef7d7659f8dd9748116697
image: ghcr.io/ansys/mapdl:v26.1.0@sha256:0c570344f3859b17a01bdf38f9fc69659823511370864b3233ac13159aa73550
options: -u=0:0 --entrypoint /bin/bash
credentials:
username: ${{ secrets.GH_USERNAME }}
Expand Down
1 change: 1 addition & 0 deletions doc/source/changelog/90.miscellaneous.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Ci: update ci_cd.yml to use ubuntu latest
Loading