Skip to content

Commit

Permalink
Merge branch 'master' into 2196-use-GitBlameLineInfo-for-aggregateBla…
Browse files Browse the repository at this point in the history
…meAuthorModifiedAndDateInfo
  • Loading branch information
logical-1985516 authored Jul 14, 2024
2 parents 5b6caf0 + 538e001 commit b869ba1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-20.04, ubuntu-22.04, macos-11, macos-12, windows-2019, windows-2022]
# Deprecation Notice: MacOS 12 will be deprecated by the end of 2024
os: [ubuntu-20.04, ubuntu-22.04, macos-12, macos-13, windows-2019, windows-2022]
runs-on: ${{ matrix.os }}
env:
HOMEBREW_NO_AUTO_UPDATE: 1 # Prevent time-consuming brew update
Expand Down

0 comments on commit b869ba1

Please sign in to comment.