diff options
author | James McCoy <jamessan@jamessan.com> | 2020-12-11 12:40:19 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-12-11 12:40:19 -0500 |
commit | b8e12ebf2023adb54778e1ddd08b90d2beed8a8e (patch) | |
tree | 14d367db9e90c607c656d0a70f123e8b15e9130a | |
parent | 77c60206df4cd1598ab030ba4a2ab26e6fbcbd83 (diff) | |
parent | 81aa7809096568ed034bd1b89f03522b631885e0 (diff) | |
download | rneovim-b8e12ebf2023adb54778e1ddd08b90d2beed8a8e.tar.gz rneovim-b8e12ebf2023adb54778e1ddd08b90d2beed8a8e.tar.bz2 rneovim-b8e12ebf2023adb54778e1ddd08b90d2beed8a8e.zip |
Merge pull request #13514 from mhanberg/patch-1
Use oldest macOS version for release workflow
-rw-r--r-- | .github/workflows/release.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d7f9556028..f3586dc348 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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: |