From ae19b485f73bacdf8ea75943d086085b3ddaffc7 Mon Sep 17 00:00:00 2001 From: Liam Nichols Date: Wed, 19 Jun 2024 15:12:29 +0300 Subject: [PATCH] Enable Unit Tests with Xcode 16 on CI (#100) --- .github/workflows/tests.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 0ec0e96..84a3f35 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -45,6 +45,8 @@ jobs: macos: macOS-14 - xcode: "15.4" macos: macOS-14 + - xcode: "16.0" + macos: macOS-14 runs-on: ${{ matrix.macos }} env: DEVELOPER_DIR: /Applications/Xcode_${{ matrix.xcode }}.app/Contents/Developer