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 0ca3408 commit 16d10c4Copy full SHA for 16d10c4
.github/workflows/build-and-test.yml
@@ -23,7 +23,7 @@ jobs:
23
sdk-preview: true
24
runtime: -x64
25
codecov: false
26
- - os: macos-latest
+ - os: macos-13 # macos-latest runs on arm64 runners where libgdiplus is unavailable
27
framework: net7.0
28
sdk: 7.0.x
29
@@ -46,7 +46,7 @@ jobs:
46
sdk: 6.0.x
47
48
49
50
framework: net6.0
51
52
0 commit comments