File tree Expand file tree Collapse file tree 2 files changed +17
-4
lines changed
Expand file tree Collapse file tree 2 files changed +17
-4
lines changed Original file line number Diff line number Diff line change 1+ ---
2+ version : 2
3+ updates :
4+
5+ - package-ecosystem : " github-actions"
6+ directory : " /"
7+ schedule :
8+ interval : " monthly"
9+
10+ - package-ecosystem : " cargo"
11+ directory : " /"
12+ schedule :
13+ interval : " monthly"
Original file line number Diff line number Diff line change @@ -20,20 +20,20 @@ jobs:
2020 matrix :
2121 job :
2222 - target : x86_64-unknown-linux-gnu
23- os : ubuntu-22.04
23+ os : ubuntu-latest
2424 test : false
2525 publish : true
2626
2727 - target : x86_64-apple-darwin
2828 test : false
29- os : macos-11
29+ os : macos-latest
3030
3131 - target : aarch64-apple-darwin
32- os : macos-11
32+ os : macos-latest
3333
3434 - target : x86_64-pc-windows-msvc
3535 test : false
36- os : windows-2022
36+ os : windows-latest
3737
3838 steps :
3939 - uses : actions/checkout@v3
You can’t perform that action at this time.
0 commit comments