diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 33d29cbea..620e7a410 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -84,7 +84,7 @@ jobs: fail-fast: false matrix: python-version: ["3.9", "3.10", "3.11"] - os: ["windows-latest", "ubuntu-latest"] + os: ["windows-latest", "ubuntu-22.04"] steps: - uses: actions/checkout@v4 @@ -154,7 +154,7 @@ jobs: fail-fast: false matrix: python-version: ["3.10"] - os: ["windows-latest", "ubuntu-latest"] + os: ["windows-latest", "ubuntu-22.04"] ANSYS_VERSION: - ${{ fromJson(vars.ANSYS_VERSIONS_RETRO) }} - ${{ fromJson(vars.ANSYS_VERSION_LAST_RELEASED) }} @@ -182,7 +182,7 @@ jobs: standalone_suffix: ${{ matrix.ANSYS_VERSION == '241' && '.sp01' || '' }} - name: "Prepare Testing Environment" - uses: ansys/pydpf-actions/prepare_tests@v2.3 + uses: ansys/pydpf-actions/prepare_tests@dependencies/bump_pyvista_setup-headless-display-action_to_v4 with: DEBUG: true @@ -278,4 +278,4 @@ jobs: run: | git checkout master git reset --hard main - git push \ No newline at end of file + git push diff --git a/.github/workflows/ci_release.yml b/.github/workflows/ci_release.yml index a35002ac8..679a7233f 100644 --- a/.github/workflows/ci_release.yml +++ b/.github/workflows/ci_release.yml @@ -66,7 +66,7 @@ jobs: fail-fast: false matrix: python-version: ["3.9", "3.10", "3.11"] - os: ["windows-latest", "ubuntu-latest"] + os: ["windows-latest", "ubuntu-22.04"] steps: - uses: actions/checkout@v4 @@ -93,7 +93,7 @@ jobs: standalone_suffix: ${{ github.event.inputs.standalone_branch_suffix || '' }} - name: "Prepare Testing Environment" - uses: ansys/pydpf-actions/prepare_tests@v2.3 + uses: ansys/pydpf-actions/prepare_tests@dependencies/bump_pyvista_setup-headless-display-action_to_v4 with: DEBUG: true @@ -134,7 +134,7 @@ jobs: fail-fast: false matrix: python-version: ["3.10"] - os: ["windows-latest", "ubuntu-latest"] + os: ["windows-latest", "ubuntu-22.04"] ANSYS_VERSION: ${{ fromJson(vars.ANSYS_VERSIONS_RETRO) }} steps: