From 04ff15fb7930e08ee8f3e2a3d5dd8535f7395e40 Mon Sep 17 00:00:00 2001 From: Dennis Dyallo Date: Tue, 17 Dec 2024 21:47:41 +0100 Subject: [PATCH] downgrade-macos-runner for NativeShims build from 14 to 13 --- .github/workflows/build-nativeshims.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-nativeshims.yml b/.github/workflows/build-nativeshims.yml index 2e6fb7ce..d9f3c70b 100644 --- a/.github/workflows/build-nativeshims.yml +++ b/.github/workflows/build-nativeshims.yml @@ -92,7 +92,7 @@ jobs: build-macos: name: Build macOS - runs-on: macos-14 + runs-on: macos-13 steps: - uses: actions/checkout@v4 - run: |