From db2ae0a36ef677ee194d777109122fe1aea1988f Mon Sep 17 00:00:00 2001 From: HarithaVattikuti <73516759+HarithaVattikuti@users.noreply.github.com> Date: Mon, 3 Nov 2025 10:38:51 -0600 Subject: [PATCH] chore: update macOS version in build workflow to 15-intel --- .github/workflows/build-tool-packages.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-tool-packages.yml b/.github/workflows/build-tool-packages.yml index ea9aec2..ab57d22 100644 --- a/.github/workflows/build-tool-packages.yml +++ b/.github/workflows/build-tool-packages.yml @@ -76,7 +76,7 @@ jobs: - os: ubuntu-latest platform: linux architecture: x64 - - os: macos-13 + - os: macos-15-intel platform: darwin architecture: x64 - os: windows-latest