From cfb2281aa8598e98ed8cadd1c4415f12244441fc Mon Sep 17 00:00:00 2001 From: Aleksey Berezka Date: Mon, 4 May 2026 23:51:23 +0500 Subject: [PATCH] ci: use macos-latest with Xcode 26.3 Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --- .github/workflows/unit_tests.yml | 2 +- .xcode-version | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/unit_tests.yml b/.github/workflows/unit_tests.yml index e5fe3e6..b9181c1 100644 --- a/.github/workflows/unit_tests.yml +++ b/.github/workflows/unit_tests.yml @@ -11,7 +11,7 @@ concurrency: jobs: tests: - runs-on: 'macos-26' + runs-on: 'macos-latest' timeout-minutes: 15 diff --git a/.xcode-version b/.xcode-version index 978b4e8..59c8fb1 100644 --- a/.xcode-version +++ b/.xcode-version @@ -1 +1 @@ -26 \ No newline at end of file +26.3