From 81aa7809096568ed034bd1b89f03522b631885e0 Mon Sep 17 00:00:00 2001 From: Mitchell Hanberg Date: Fri, 11 Dec 2020 11:57:19 -0500 Subject: [PATCH] Use oldest macOS version for release workflow --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: