From a04fa7fc997647803b979be952ad5289d5a2d44f Mon Sep 17 00:00:00 2001 From: "Maxim [maxirmx] Samsonov" Date: Thu, 28 Nov 2024 12:32:43 +0300 Subject: [PATCH] chore: xcode version bump to 15.0.1 --- .github/workflows/macos.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index b0ec818..b1fc371 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -21,7 +21,7 @@ jobs: - name: Select XCode uses: maxim-lobanov/setup-xcode@v1 with: - xcode-version: 14.3.1 + xcode-version: 15.0.1 - name: Brew install run: | @@ -64,7 +64,7 @@ jobs: - name: Select XCode uses: maxim-lobanov/setup-xcode@v1 with: - xcode-version: 14.3.1 + xcode-version: 15.0.1 - name: Brew install run: |