CI tweaks, give up on old macOS versions, min 10.15

Signed-off-by: falkTX <falktx@falktx.com>
This commit is contained in:
falkTX 2023-04-25 01:10:47 +02:00
parent 871c6dbaf4
commit 162e24f589
No known key found for this signature in database
GPG key ID: CDBAA37ABC74FBA0
3 changed files with 6 additions and 4 deletions

View file

@ -172,7 +172,7 @@ jobs:
macos:
strategy:
matrix:
target: [intel, universal]
target: [universal-10.15]
runs-on: macos-11
steps:
- uses: actions/checkout@v3