From 29ec854ac04d045b60bea5e2b8e8ccc676aca32a Mon Sep 17 00:00:00 2001 From: Audric Ackermann Date: Thu, 18 Dec 2025 11:34:25 +1100 Subject: [PATCH] chore: bump to macos-15-intel for tests --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 0875fb0..1b1775c 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -21,7 +21,7 @@ jobs: strategy: fail-fast: false matrix: - os: [windows-2022, macos-13, macos-14, ubuntu-24.04] + os: [windows-2022, macos-15-intel, macos-14, ubuntu-24.04] env: SIGNAL_ENV: production GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}