Skip to content

Commit 415af52

Browse files
authored
chore(ci): use latest macOS instead of deprecated macos-12 (#3400)
1 parent 2eca9ba commit 415af52

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@ jobs:
99
strategy:
1010
fail-fast: false
1111
matrix:
12-
os: [ubuntu-22.04, macos-12, windows-2022]
12+
os: [ubuntu-22.04, macos-latest, windows-2022]
1313
rev: [nightly, v0.9.5, v0.10.0]
1414
include:
1515
- os: ubuntu-22.04
1616
install-rg: sudo apt-get update && sudo apt-get install -y ripgrep
17-
- os: macos-12
17+
- os: macos-latest
1818
install-rg: brew update && brew install ripgrep
1919
- os: windows-2022
2020
install-rg: choco install ripgrep

0 commit comments

Comments
 (0)