Use oldest macOS version for release workflow

This commit is contained in:
Mitchell Hanberg
2020-12-11 11:57:19 -05:00
committed by GitHub
parent 77c60206df
commit 81aa780909

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: