From 5d848683bd2f013efd7ed5fd3f0dd5a49d7eb8a2 Mon Sep 17 00:00:00 2001 From: Hiroshi Kimura Date: Sun, 12 Jan 2025 15:59:11 +0900 Subject: [PATCH] Update CommitChecks.yml --- .github/workflows/CommitChecks.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/CommitChecks.yml b/.github/workflows/CommitChecks.yml index 06cbd7517a..821f51678c 100644 --- a/.github/workflows/CommitChecks.yml +++ b/.github/workflows/CommitChecks.yml @@ -7,12 +7,12 @@ on: jobs: test: - runs-on: macos-14 + runs-on: macos-15 steps: - uses: maxim-lobanov/setup-xcode@v1.1 with: - xcode-version: "16.1" + xcode-version: "16.2" - uses: actions/checkout@v2 - name: xcbeautify run: brew install xcbeautify