Skip to content

Commit

Permalink
add more targets
Browse files Browse the repository at this point in the history
  • Loading branch information
hrantzsch committed May 19, 2024
1 parent ed1610d commit 537d241
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@ on:
jobs:

Windows-test:
runs-on: windows-2022
runs-on: [windows-2019, windows-2022]
strategy:
matrix:
config: [Debug, Release]
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Run cmake
run: cmake -G "Visual Studio 17" . -DBUILD_TESTS=yes -DCODE_COVERAGE=no
- name: Build and run tests
Expand All @@ -24,10 +24,10 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-20.04, ubuntu-22.04, macos-11, macos-12, macos-13, macos-14]
os: [ubuntu-20.04, ubuntu-22.04, ubuntu-24.04, macos-11, macos-12, macos-13, macos-14]
config: [Debug, Release, Coverage]
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Install dependencies
run: |
Expand Down

0 comments on commit 537d241

Please sign in to comment.