File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2,18 +2,14 @@ name: build
22
33on :
44 push :
5- branches :
6- - ' *'
75 pull_request :
8- branches :
9- - ' *'
106 schedule :
117 - cron : ' 3 14 1 * *' # <https://crontab.guru/#3_14_1_*_*> - "Once a month"
128 workflow_dispatch :
139
1410jobs :
1511 clang-format :
16- runs-on : ubuntu-18.04
12+ runs-on : ubuntu-latest
1713 steps :
1814 - uses : actions/checkout@master
1915 - uses : DoozyX/clang-format-lint-action@v0.5
@@ -38,13 +34,13 @@ jobs:
3834 generator : ' "Visual Studio 17 2022" -T "clangcl"'
3935 relative_build_dir_path : ' '
4036
41- - job-name : ubuntu-18.04
42- os : ubuntu-18.04
37+ - job-name : ubuntu-latest
38+ os : ubuntu-latest
4339 generator : ' "Unix Makefiles"'
4440 relative_build_dir_path : ' '
4541
46- - job-name : ubuntu-18.04-ninja
47- os : ubuntu-18.04
42+ - job-name : ubuntu-18.04-latest
43+ os : ubuntu-latest
4844 generator : ' "Ninja"'
4945 relative_build_dir_path : ' ../'
5046
You can’t perform that action at this time.
0 commit comments