From 23611877ca174e28726292ae8ebaed4b349b8f4f Mon Sep 17 00:00:00 2001 From: Max Goedjen Date: Wed, 26 Oct 2022 00:51:50 -0700 Subject: [PATCH] Back to 11 runner --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 93821aa..4ae2010 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -6,7 +6,7 @@ on: - '*' jobs: test: - runs-on: macos-12.0 + runs-on: macos-11.0 timeout-minutes: 10 steps: - uses: actions/checkout@v3 @@ -27,7 +27,7 @@ jobs: swift test popd build: - runs-on: macos-12.0 + runs-on: macos-11.0 timeout-minutes: 10 steps: - uses: actions/checkout@v3