Skip to content

Commit

Permalink
CI: Add more Qt versions to build
Browse files Browse the repository at this point in the history
Signed-off-by: Federico Guerinoni <[email protected]>
  • Loading branch information
guerinoni committed Dec 5, 2023
1 parent 8648dca commit 1402f79
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
Build:
strategy:
matrix:
qt_version: [6.1.2]
qt_version: [6.1.2, 6.6.0]
platform: [macos-latest]
arch: [x64]
fail-fast: false
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-w10.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
Build:
strategy:
matrix:
qt_version: [6.1.2]
qt_version: [6.1.2, 6.6.0]
platform: [windows-latest]
arch: [x64, x86]
fail-fast: false
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/clang-format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,18 @@ on: [push, pull_request]

jobs:
clang-format:
runs-on: ubuntu-20.04
runs-on: ubuntu-lastest

steps:
- name: Checkout
uses: actions/checkout@v4

- uses: DoozyX/clang-format-lint-action@v0.16
- uses: DoozyX/clang-format-lint-action@v0.9
name: "Run clang-format"
with:
source: './src'
extensions: 'hpp,cpp'
clangFormatVersion: 11
clangFormatVersion: 16
inplace: True

- uses: EndBug/add-and-commit@v9
Expand All @@ -27,7 +27,7 @@ jobs:

js-beautify:
needs: clang-format
runs-on: ubuntu-20.04
runs-on: ubuntu-latest

steps:
- name: Checkout
Expand Down

0 comments on commit 1402f79

Please sign in to comment.