Skip to content

Commit 9d9a171

Browse files
authored
Pin nightly builds to macOS-12 (#1452)
1 parent 730ead7 commit 9d9a171

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/Build-And-Test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ jobs:
150150
path: ${{ github.workspace }}/bin/DebugAdapterProtocolTests/Debug/CppTests/results.trx
151151

152152
osx_build:
153-
runs-on: macos-latest
153+
runs-on: macos-12
154154
steps:
155155
- name: Checkout
156156
uses: actions/checkout@v3
@@ -176,4 +176,4 @@ jobs:
176176
if: ${{ always() }}
177177
with:
178178
name: osx_x64_results
179-
path: ${{ github.workspace }}/bin/DebugAdapterProtocolTests/Debug/CppTests/results.trx
179+
path: ${{ github.workspace }}/bin/DebugAdapterProtocolTests/Debug/CppTests/results.trx

0 commit comments

Comments
 (0)