Skip to content

Commit ac4bc55

Browse files
fix: ubuntu-22.04:v4.72.0 dotnet issues (#3448)
Locking us into ubuntu-22.04:v4.71.0 until ubuntu-22.04:v4.72.0 issue is resolved. ## Changelog NA ## Testing and Documentation - No tests have been added. - No documentation changes or additions were necessary. <!-- Uncomment and mark items off with a * if this PR deprecates any API: ### Deprecated API - [ ] An `[Obsolete]` attribute was added along with a `(RemovedAfter yyyy-mm-dd)` entry. - [ ] An [api updater] was added. - [ ] Deprecation of the API is explained in the CHANGELOG. - [ ] The users can understand why this API was removed and what they should use instead. --> ## Backport Requires a back-port to v1.x branch
1 parent 48a045a commit ac4bc55

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.yamato/project.metafile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,13 +37,13 @@ test_platforms:
3737
default:
3838
- name: ubuntu
3939
type: Unity::VM
40-
image: package-ci/ubuntu-22.04:v4
40+
image: package-ci/ubuntu-22.04:v4.71.0
4141
flavor: b1.large
4242
standalone: StandaloneLinux64
4343
desktop:
4444
- name: ubuntu
4545
type: Unity::VM
46-
image: package-ci/ubuntu-22.04:v4
46+
image: package-ci/ubuntu-22.04:v4.71.0
4747
flavor: b1.large
4848
standalone: StandaloneLinux64
4949
model: rtx2080
@@ -186,4 +186,4 @@ projects:
186186
has_tests: false
187187
- name: testproject-tools-integration
188188
path: testproject-tools-integration
189-
has_tests: true
189+
has_tests: true

0 commit comments

Comments
 (0)