From 538e0019d9fd6a5c12e7c7620ac73562e274f372 Mon Sep 17 00:00:00 2001 From: George Tay Date: Sun, 14 Jul 2024 23:28:09 +0800 Subject: [PATCH] [#2231] CI failing for macos-11 JDK 11 (#2236) Upgrade macOS GitHub Runner Version --- .github/workflows/integration.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index 0874303fb1..f3e3d03a24 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -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