From 9c297a0ae13408d3707e7081658de12b682fb2c3 Mon Sep 17 00:00:00 2001 From: Shai Mishali Date: Sun, 21 Apr 2024 00:49:27 +0300 Subject: [PATCH] Xcode 15.3 --- .github/workflows/tests.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 0bd535177..f17bea4e6 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -19,6 +19,8 @@ jobs: steps: - uses: actions/checkout@v3 + - name: Select Xcode 15.3 + run: sudo xcode-select -s /Applications/Xcode_15.3.app - name: Run Tests run: CI=1 ./scripts/all-tests.sh "${{ matrix.environment }}" linux: