We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2eca9ba commit 415af52Copy full SHA for 415af52
.github/workflows/ci.yml
@@ -9,12 +9,12 @@ jobs:
9
strategy:
10
fail-fast: false
11
matrix:
12
- os: [ubuntu-22.04, macos-12, windows-2022]
+ os: [ubuntu-22.04, macos-latest, windows-2022]
13
rev: [nightly, v0.9.5, v0.10.0]
14
include:
15
- os: ubuntu-22.04
16
install-rg: sudo apt-get update && sudo apt-get install -y ripgrep
17
- - os: macos-12
+ - os: macos-latest
18
install-rg: brew update && brew install ripgrep
19
- os: windows-2022
20
install-rg: choco install ripgrep
0 commit comments