Merge pull request #13514 from mhanberg/patch-1

Use oldest macOS version for release workflow
This commit is contained in:
James McCoy 2020-12-11 12:40:19 -05:00 committed by GitHub
commit b8e12ebf20
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -68,7 +68,7 @@ jobs:
retention-days: 1
macOS:
runs-on: macos-10.15
runs-on: macos-10.13
steps:
- uses: actions/checkout@v2
with: