Browse Source

Merge branch 'main' into detect-format-async

pull/2725/head
James Jackson-South 2 years ago
committed by GitHub
parent
commit
f5ed9ac69d
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