Skip to content

Commit

Permalink
Update to latest lunix
Browse files Browse the repository at this point in the history
  • Loading branch information
isidore authored Jan 23, 2024
1 parent b724462 commit 19b768c
Showing 1 changed file with 5 additions and 9 deletions.
14 changes: 5 additions & 9 deletions .github/workflows/build-and-test-via-cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,14 @@ name: build

on:
push:
branches:
- '*'
pull_request:
branches:
- '*'
schedule:
- cron: '3 14 1 * *' # <https://crontab.guru/#3_14_1_*_*> - "Once a month"
workflow_dispatch:

jobs:
clang-format:
runs-on: ubuntu-18.04
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- uses: DoozyX/[email protected]
Expand All @@ -38,13 +34,13 @@ jobs:
generator: '"Visual Studio 17 2022" -T "clangcl"'
relative_build_dir_path: ''

- job-name: ubuntu-18.04
os: ubuntu-18.04
- job-name: ubuntu-latest
os: ubuntu-latest
generator: '"Unix Makefiles"'
relative_build_dir_path: ''

- job-name: ubuntu-18.04-ninja
os: ubuntu-18.04
- job-name: ubuntu-18.04-latest
os: ubuntu-latest
generator: '"Ninja"'
relative_build_dir_path: '../'

Expand Down

0 comments on commit 19b768c

Please sign in to comment.