From 13a8fccacb1a221d1fe9be4da91f474102c58010 Mon Sep 17 00:00:00 2001 From: "Earle F. Philhower, III" Date: Thu, 2 Oct 2025 14:10:55 -0700 Subject: [PATCH] Move Macx86 to MacOS 15 GH is retiring MacOS 13 CI. recommends moving to macos-15-intel --- .github/workflows/pull-request.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index e401228f4..3a4de15a7 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -205,7 +205,7 @@ jobs: name: Mac strategy: matrix: - os: [macOS-13, macOS-14] + os: [macOS-15-intel, macOS-14] runs-on: ${{ matrix.os }} steps: - uses: actions/checkout@v4