From 9d9a171e3d6a30f2c836aefd386a2fff66d21e5c Mon Sep 17 00:00:00 2001 From: Andrew Wang Date: Mon, 6 May 2024 17:19:47 -0700 Subject: [PATCH] Pin nightly builds to macOS-12 (#1452) --- .github/workflows/Build-And-Test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/Build-And-Test.yml b/.github/workflows/Build-And-Test.yml index 73cfff4f4..3fd4729f1 100644 --- a/.github/workflows/Build-And-Test.yml +++ b/.github/workflows/Build-And-Test.yml @@ -150,7 +150,7 @@ jobs: path: ${{ github.workspace }}/bin/DebugAdapterProtocolTests/Debug/CppTests/results.trx osx_build: - runs-on: macos-latest + runs-on: macos-12 steps: - name: Checkout uses: actions/checkout@v3 @@ -176,4 +176,4 @@ jobs: if: ${{ always() }} with: name: osx_x64_results - path: ${{ github.workspace }}/bin/DebugAdapterProtocolTests/Debug/CppTests/results.trx \ No newline at end of file + path: ${{ github.workspace }}/bin/DebugAdapterProtocolTests/Debug/CppTests/results.trx