Skip to content

Commit

Permalink
Upgrade macOS GitHub Runner Version
Browse files Browse the repository at this point in the history
  • Loading branch information
georgetayqy committed Jul 14, 2024
1 parent 7d7a5a9 commit ff3a3e0
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 ff3a3e0

Please sign in to comment.