Skip to content

Commit b8cf630

Browse files
Merge pull request #2728 from SixLabors/test-ci
Fix MacOS jobs
2 parents 6ae0e44 + aaeae24 commit b8cf630

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-and-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
sdk: 8.0.x
2525
runtime: -x64
2626
codecov: false
27-
- os: macos-latest
27+
- os: macos-13 # macos-latest runs on arm64 runners where libgdiplus is unavailable
2828
framework: net8.0
2929
sdk: 8.0.x
3030
runtime: -x64

0 commit comments

Comments
 (0)