Skip to content

Commit

Permalink
fix(workflow): update architecture in test-upgrade-legacy to large-wi…
Browse files Browse the repository at this point in the history
…th-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`.
  • Loading branch information
CoMfUcIoS committed Sep 16, 2024
1 parent b08c04c commit 071a1f4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-upgrade-legacy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,9 @@ jobs:
strategy:
fail-fast: false
matrix:
architecture: [large-with-two-compilers]
architecture: [large-with-dr]
image: [almalinux-cloud/almalinux-8]
version: [2021.7.9]
version: [2023.7.0]
to_version: [2023.8.0]
steps:
- name: Start SSH session
Expand Down

0 comments on commit 071a1f4

Please sign in to comment.