From 456eaa581b2b7758bac744c76080e1f7faf3de01 Mon Sep 17 00:00:00 2001 From: Jarkko Piiroinen <183207+jmp@users.noreply.github.com> Date: Fri, 29 Oct 2021 18:15:33 +0300 Subject: [PATCH] Use newer macOS runner and Xcode --- .github/workflows/tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 1977d19..e79ad5d 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -13,12 +13,12 @@ on: jobs: macos: name: macOS - runs-on: macos-latest + runs-on: macos-11 steps: - name: Select latest available Xcode uses: maxim-lobanov/setup-xcode@v1 with: - xcode-version: '12.4' + xcode-version: '13' - name: Checkout uses: actions/checkout@v2 - name: Run tests