Skip to content

Commit

Permalink
Enabled all platforms in ci build
Browse files Browse the repository at this point in the history
  • Loading branch information
jgaa committed Mar 9, 2024
1 parent 2f7c00f commit f75dee3
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@ jobs:
include:
- os: ubuntu-latest
compiler: gcc
# - os: ubuntu-latest
# compiler: clang
# - os: windows-latest
# compiler: msvc
# - os: macos-latest
# compiler: clang
- os: ubuntu-latest
compiler: clang
- os: windows-latest
compiler: msvc
- os: macos-latest
compiler: clang

steps:
- name: Checkout code
Expand Down Expand Up @@ -87,4 +87,3 @@ jobs:
pushd build
ctest -C Release
popd

0 comments on commit f75dee3

Please sign in to comment.