Skip to content

Commit

Permalink
chore(ci): use latest macOS instead of deprecated macos-12 (#3400)
Browse files Browse the repository at this point in the history
  • Loading branch information
delphinus authored Jan 8, 2025
1 parent 2eca9ba commit 415af52
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 415af52

Please sign in to comment.