Browse Source

Merge pull request #2728 from SixLabors/test-ci

Fix MacOS jobs
pull/2730/head
James Jackson-South 2 years ago
committed by GitHub
parent
commit
b8cf630b15
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      .github/workflows/build-and-test.yml

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

@ -24,7 +24,7 @@ jobs:
sdk: 8.0.x
runtime: -x64
codecov: false
- os: macos-latest
- os: macos-13 # macos-latest runs on arm64 runners where libgdiplus is unavailable
framework: net8.0
sdk: 8.0.x
runtime: -x64

Loading…
Cancel
Save