aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMitchell Hanberg <mitch@mitchellhanberg.com>2020-12-11 11:57:19 -0500
committerGitHub <noreply@github.com>2020-12-11 11:57:19 -0500
commit81aa7809096568ed034bd1b89f03522b631885e0 (patch)
tree14d367db9e90c607c656d0a70f123e8b15e9130a
parent77c60206df4cd1598ab030ba4a2ab26e6fbcbd83 (diff)
downloadrneovim-81aa7809096568ed034bd1b89f03522b631885e0.tar.gz
rneovim-81aa7809096568ed034bd1b89f03522b631885e0.tar.bz2
rneovim-81aa7809096568ed034bd1b89f03522b631885e0.zip
Use oldest macOS version for release workflow
-rw-r--r--.github/workflows/release.yml2
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: