Skip to content

Commit 4ac80c1

Browse files
authored
ci: temporarily switch to ubuntu-22.04 (#910)
1 parent e1e8612 commit 4ac80c1

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ jobs:
8484
fail-fast: false
8585
matrix:
8686
python-version: ["3.9", "3.10", "3.11"]
87-
os: ["windows-latest", "ubuntu-latest"]
87+
os: ["windows-latest", "ubuntu-22.04"]
8888

8989
steps:
9090
- uses: actions/checkout@v4
@@ -154,7 +154,7 @@ jobs:
154154
fail-fast: false
155155
matrix:
156156
python-version: ["3.10"]
157-
os: ["windows-latest", "ubuntu-latest"]
157+
os: ["windows-latest", "ubuntu-22.04"]
158158
ANSYS_VERSION:
159159
- ${{ fromJson(vars.ANSYS_VERSIONS_RETRO) }}
160160
- ${{ fromJson(vars.ANSYS_VERSION_LAST_RELEASED) }}
@@ -182,7 +182,7 @@ jobs:
182182
standalone_suffix: ${{ matrix.ANSYS_VERSION == '241' && '.sp01' || '' }}
183183

184184
- name: "Prepare Testing Environment"
185-
uses: ansys/pydpf-actions/prepare_tests@v2.3
185+
uses: ansys/pydpf-actions/prepare_tests@dependencies/bump_pyvista_setup-headless-display-action_to_v4
186186
with:
187187
DEBUG: true
188188

@@ -278,4 +278,4 @@ jobs:
278278
run: |
279279
git checkout master
280280
git reset --hard main
281-
git push
281+
git push

.github/workflows/ci_release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
fail-fast: false
6767
matrix:
6868
python-version: ["3.9", "3.10", "3.11"]
69-
os: ["windows-latest", "ubuntu-latest"]
69+
os: ["windows-latest", "ubuntu-22.04"]
7070

7171
steps:
7272
- uses: actions/checkout@v4
@@ -93,7 +93,7 @@ jobs:
9393
standalone_suffix: ${{ github.event.inputs.standalone_branch_suffix || '' }}
9494

9595
- name: "Prepare Testing Environment"
96-
uses: ansys/pydpf-actions/prepare_tests@v2.3
96+
uses: ansys/pydpf-actions/prepare_tests@dependencies/bump_pyvista_setup-headless-display-action_to_v4
9797
with:
9898
DEBUG: true
9999

@@ -134,7 +134,7 @@ jobs:
134134
fail-fast: false
135135
matrix:
136136
python-version: ["3.10"]
137-
os: ["windows-latest", "ubuntu-latest"]
137+
os: ["windows-latest", "ubuntu-22.04"]
138138
ANSYS_VERSION: ${{ fromJson(vars.ANSYS_VERSIONS_RETRO) }}
139139

140140
steps:

0 commit comments

Comments
 (0)