Skip to content

Commit

Permalink
Merge branch 'main' into feature/dependabot
Browse files Browse the repository at this point in the history
  • Loading branch information
aleks-ivanov committed May 7, 2024
2 parents c2155a6 + 9d9a171 commit 3ca8618
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/Build-And-Test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -176,4 +176,4 @@ jobs:
if: ${{ always() }}
with:
name: osx_x64_results
path: ${{ github.workspace }}/bin/DebugAdapterProtocolTests/Debug/CppTests/results.trx
path: ${{ github.workspace }}/bin/DebugAdapterProtocolTests/Debug/CppTests/results.trx

0 comments on commit 3ca8618

Please sign in to comment.