We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 730ead7 commit 9d9a171Copy full SHA for 9d9a171
1 file changed
.github/workflows/Build-And-Test.yml
@@ -150,7 +150,7 @@ jobs:
150
path: ${{ github.workspace }}/bin/DebugAdapterProtocolTests/Debug/CppTests/results.trx
151
152
osx_build:
153
- runs-on: macos-latest
+ runs-on: macos-12
154
steps:
155
- name: Checkout
156
uses: actions/checkout@v3
@@ -176,4 +176,4 @@ jobs:
176
if: ${{ always() }}
177
with:
178
name: osx_x64_results
179
- path: ${{ github.workspace }}/bin/DebugAdapterProtocolTests/Debug/CppTests/results.trx
+ path: ${{ github.workspace }}/bin/DebugAdapterProtocolTests/Debug/CppTests/results.trx
0 commit comments