From 3dfe5ea5594cda4b5e352e786d1a5558965f2e25 Mon Sep 17 00:00:00 2001 From: Max Desiatov Date: Sun, 14 Aug 2022 10:53:41 +0100 Subject: [PATCH] Test native builds with Xcode 14.0 Xcode 14.0 beta is already available on GitHub Actions, let's try using it in our workflows. --- .github/workflows/test.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 7a6b4c422..454d580fd 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -57,6 +57,8 @@ jobs: xcode: Xcode_13.2.1 - os: macos-12 xcode: Xcode_13.3 + - os: macos-12 + xcode: Xcode_14.0 runs-on: ${{ matrix.os }} steps: - uses: actions/checkout@v2