Skip to content

Commit

Permalink
workflows updated comment
Browse files Browse the repository at this point in the history
  • Loading branch information
silverqx committed Jun 12, 2024
1 parent ff2b2cc commit 89f84ab
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/analyzers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
analyzers:
name: Clang-Tidy and Clazy

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

env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/linux-qt6-drivers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
build:
name: cmake build / ctest

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

env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/vcpkg-linux-drivers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
vcpkg-linux-tinydrivers:
name: Vcpkg Linux TinyDrivers

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

strategy:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/vcpkg-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
vcpkg-linux:
name: Vcpkg Linux

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

env:
Expand Down

0 comments on commit 89f84ab

Please sign in to comment.