Skip to content

Commit

Permalink
Update to latest
Browse files Browse the repository at this point in the history
  • Loading branch information
isidore authored Jun 28, 2023
1 parent 6828496 commit b793135
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build-and-test-via-cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ on:

jobs:
clang-format:
runs-on: ubuntu-18.04
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- uses: DoozyX/clang-format-lint-action@v0.5
Expand All @@ -38,13 +38,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-latest-ninja
os: ubuntu-latest
generator: '"Ninja"'
relative_build_dir_path: '../'

Expand Down

0 comments on commit b793135

Please sign in to comment.