Skip to content

Commit

Permalink
Pin nightly builds to macOS-12 (#1452)
Browse files Browse the repository at this point in the history
  • Loading branch information
WardenGnaw authored May 7, 2024
1 parent 730ead7 commit 9d9a171
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 9d9a171

Please sign in to comment.