From 679068c55e759bc4b75d8e7396272b5ed83a5a93 Mon Sep 17 00:00:00 2001 From: Mr-Wiseguy Date: Fri, 12 Dec 2025 02:01:11 -0500 Subject: [PATCH] Update mac CI runners after deprecation of macos 13 --- .github/workflows/validate.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/validate.yml b/.github/workflows/validate.yml index 39a32ca..af64210 100644 --- a/.github/workflows/validate.yml +++ b/.github/workflows/validate.yml @@ -92,7 +92,7 @@ jobs: cmake --build cmake-build --config ${{ matrix.type }} --target librecomp -j $cpuCores build-macos: - runs-on: ${{ matrix.arch == 'x64' && 'macos-13' || 'macos-14' }} + runs-on: ${{ matrix.arch == 'x64' && 'macos-15-intel' || 'macos-15' }} strategy: matrix: type: [ Debug, Release ]