Skip to content

Commit 19b768c

Browse files
authored
Update to latest lunix
1 parent b724462 commit 19b768c

1 file changed

Lines changed: 5 additions & 9 deletions

File tree

.github/workflows/build-and-test-via-cmake.yml

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,14 @@ name: build
22

33
on:
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

1410
jobs:
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

0 commit comments

Comments
 (0)