Skip to content

Commit

Permalink
workflows unified array syntax
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
silverqx committed Apr 12, 2024
1 parent 0062a56 commit b700ed2
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/analyzers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
name: Clang-Tidy and Clazy

# Self-hosted runner is Ubuntu 22.04
runs-on: [self-hosted, linux]
runs-on: [ self-hosted, linux ]

strategy:
matrix:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/linux-qt6-drivers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,11 @@ jobs:
name: cmake build / ctest

# Self-hosted runner is Ubuntu 22.04
runs-on: [self-hosted, linux]
runs-on: [ self-hosted, linux ]

strategy:
matrix:
drivers-type: [Shared, Loadable]
drivers-type: [ Shared, Loadable ]

build-type:
- key: debug
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/msvc2022-qt6-drivers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,11 @@ jobs:
name: cmake build / ctest

# Self-hosted runner is Windows 11 (Release Preview channel - 23H2)
runs-on: [self-hosted, windows]
runs-on: [ self-hosted, windows ]

strategy:
matrix:
drivers-type: [Shared, Loadable]
drivers-type: [ Shared, Loadable ]

build-type:
- key: debug
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/vcpkg-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
name: Vcpkg Linux

# Self-hosted runner is Ubuntu 22.04
runs-on: [self-hosted, linux]
runs-on: [ self-hosted, linux ]
# runs-on: ubuntu-22.04

strategy:
Expand All @@ -46,7 +46,7 @@ jobs:
# - key: qt5
# name: Qt5
# version: 5.15.2
# apt: [qtbase5-dev]
# apt: [ qtbase5-dev ]
# vcpkg-qt: qt5-base
# vcpkg-qt-features: qt5-base[core]
# vcpkg-tinyorm: tinyorm-qt5
Expand All @@ -55,7 +55,7 @@ jobs:
- key: qt6
name: Qt6
version: 6.7.0
apt: [qt6-base-dev, libqt6sql6-sqlite]
apt: [ qt6-base-dev, libqt6sql6-sqlite ]
vcpkg-qt: qtbase
vcpkg-qt-features: qtbase[core,sql-sqlite]
vcpkg-tinyorm: tinyorm
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/vcpkg-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
name: Vcpkg Windows

# Self-hosted runner is Windows 11 (Release Preview channel - 23H2)
runs-on: [self-hosted, windows]
runs-on: [ self-hosted, windows ]
# runs-on: windows-2022

strategy:
Expand Down

0 comments on commit b700ed2

Please sign in to comment.