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