Skip to content

Commit

Permalink
[#2231] CI failing for macos-11 JDK 11 (#2236)
Browse files Browse the repository at this point in the history
Upgrade macOS GitHub Runner Version
  • Loading branch information
georgetayqy authored Jul 14, 2024
1 parent 7d7a5a9 commit 538e001
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 538e001

Please sign in to comment.