Skip to content

Commit 071a1f4

Browse files
committed
fix(workflow): update architecture in test-upgrade-legacy to large-with-dr
- Changed the `architecture` in the test-upgrade-legacy workflow from `large-with-two-compilers` to `large-with-dr`. - Updated the `version` from `2021.7.9` to `2023.7.0`.
1 parent b08c04c commit 071a1f4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test-upgrade-legacy.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,9 @@ jobs:
4040
strategy:
4141
fail-fast: false
4242
matrix:
43-
architecture: [large-with-two-compilers]
43+
architecture: [large-with-dr]
4444
image: [almalinux-cloud/almalinux-8]
45-
version: [2021.7.9]
45+
version: [2023.7.0]
4646
to_version: [2023.8.0]
4747
steps:
4848
- name: Start SSH session

0 commit comments

Comments
 (0)