From b935db14e8b7ca8351573b13b9e347609e3766d4 Mon Sep 17 00:00:00 2001 From: Dan Gohman Date: Wed, 10 Dec 2025 15:18:02 -0800 Subject: [PATCH] Update the macos-13 runner to macos-14. --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index ec801b3a..c7d0cbbc 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -201,7 +201,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - build: [stable, windows-latest, windows-2022, macos-latest, macos-13, beta, ubuntu-22.04, aarch64-ubuntu] + build: [stable, windows-latest, windows-2022, macos-latest, macos-14, beta, ubuntu-22.04, aarch64-ubuntu] include: - build: stable os: ubuntu-latest