From dced99c0b83b8324db2b23b666a94f8b40bdd546 Mon Sep 17 00:00:00 2001 From: Wiseguy <68165316+Mr-Wiseguy@users.noreply.github.com> Date: Fri, 12 Dec 2025 02:04:42 -0500 Subject: [PATCH] Update mac CI runners after deprecation of macos 13 (#129) --- .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 ]