Skip to content

Commit b3e0034

Browse files
Update to windows-2022 as 2019 has been retired.
1 parent 38117cc commit b3e0034

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/test-net-framework-samples.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ on:
1212

1313
jobs:
1414
test-samples:
15-
runs-on: windows-2019
15+
runs-on: windows-2022
1616
defaults:
1717
run:
1818
shell: bash

ContentModification/CreateLayer/CreateLayer.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ static void Main(string[] args)
4444
Image image = (Image)pg.Content.GetElement(0);
4545
image.Matrix = new Matrix(image.Matrix.A * .5, 0, 0, image.Matrix.D * .5, image.Matrix.H, image.Matrix.V);
4646

47-
Image image2 = new Image(Library.ResourceDirectory + "Sample_Input/image.png");
47+
Image image2 = new Image(Library.ResourceDirectory + "Sample_Input/Image.png");
4848

4949
Text text = new Text();
5050
Matrix matrix = new Matrix();

0 commit comments

Comments
 (0)