Skip to content

Commit

Permalink
Use matrix for system
Browse files Browse the repository at this point in the history
  • Loading branch information
Kicer86 committed Jun 17, 2024
1 parent b74c462 commit 41aaace
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/cmake-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,12 @@ env:
VCPKG_OVERLAY_PORTS: .github/vcpkg_overlays/qt

jobs:
windows-build:
runs-on: [windows-2022, ubuntu-24.04]
vcpkg-build:
strategy:
fail-fast: false
matrix:
os: [ubuntu-24.04, windows-latest]
runs-on: ${{ matrix.os }}

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 41aaace

Please # to comment.