From dc13bf21811b11d46e0da0916c9593a3edb3d122 Mon Sep 17 00:00:00 2001 From: delphinus Date: Fri, 3 Jan 2025 23:33:19 +0900 Subject: [PATCH] chore(ci): use latest macOS instead of deprecated macos-12 --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index fd810ac307..83bc7a7ceb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -9,12 +9,12 @@ jobs: strategy: fail-fast: false matrix: - os: [ubuntu-22.04, macos-12, windows-2022] + os: [ubuntu-22.04, macos-latest, windows-2022] rev: [nightly, v0.9.5, v0.10.0] include: - os: ubuntu-22.04 install-rg: sudo apt-get update && sudo apt-get install -y ripgrep - - os: macos-12 + - os: macos-latest install-rg: brew update && brew install ripgrep - os: windows-2022 install-rg: choco install ripgrep