chore(ci): use latest macOS instead of deprecated macos-12 (#3400)

This commit is contained in:
JINNOUCHI Yasushi
2025-01-08 18:26:12 +09:00
committed by GitHub
parent 2eca9ba220
commit 415af52339

View File

@@ -9,12 +9,12 @@ jobs:
strategy: strategy:
fail-fast: false fail-fast: false
matrix: 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] rev: [nightly, v0.9.5, v0.10.0]
include: include:
- os: ubuntu-22.04 - os: ubuntu-22.04
install-rg: sudo apt-get update && sudo apt-get install -y ripgrep 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 install-rg: brew update && brew install ripgrep
- os: windows-2022 - os: windows-2022
install-rg: choco install ripgrep install-rg: choco install ripgrep