We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5a5bc8 commit fd77d25Copy full SHA for fd77d25
1 file changed
.github/workflows/build-and-test.yml
@@ -25,7 +25,7 @@ jobs:
25
sdk-preview: true
26
runtime: -x64
27
codecov: false
28
- - os: macos-latest
+ - os: macos-13 # macos-latest runs on arm64 runners where libgdiplus is unavailable
29
framework: net7.0
30
sdk: 7.0.x
31
@@ -48,7 +48,7 @@ jobs:
48
sdk: 6.0.x
49
50
51
52
framework: net6.0
53
54
0 commit comments