From caf491aa00c557895d035285a02b8ef24a78a38f Mon Sep 17 00:00:00 2001 From: Magesh K <47920326+mahee96@users.noreply.github.com> Date: Wed, 25 Dec 2024 02:00:01 +0530 Subject: [PATCH] [CI]: upgrade to use Xcode 16.1 on macOS 14 runner --- .github/workflows/rebase.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/rebase.yml b/.github/workflows/rebase.yml index 7e60e03c..80d63cd2 100644 --- a/.github/workflows/rebase.yml +++ b/.github/workflows/rebase.yml @@ -16,7 +16,7 @@ jobs: matrix: include: - os: 'macos-14' - version: '15.4' + version: '16.1' runs-on: ${{ matrix.os }} steps: