From 50a76a0e5db1c85a88b78c64c1e9f4b8bd26c93c Mon Sep 17 00:00:00 2001 From: James McCoy Date: Fri, 11 Dec 2020 13:07:07 -0500 Subject: [PATCH] Revert "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 f3586dc348..d7f9556028 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -68,7 +68,7 @@ jobs: retention-days: 1 macOS: - runs-on: macos-10.13 + runs-on: macos-10.15 steps: - uses: actions/checkout@v2 with: