Skip to content

Commit

Permalink
ENH: build os matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
Brunner246 committed May 30, 2024
1 parent 5eba860 commit e06a445
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build-matrix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ ubuntu-latest ] # windows-latest , ubuntu-latest, macos-latest
os: [ ubuntu-latest, ubuntu-latest, macos-latest ]
include:
# - os: windows-latest
# compiler: msvc
- os: windows-latest
compiler: msvc
- os: ubuntu-latest
compiler: gcc
# - os: macos-latest
# compiler: clang
- os: macos-latest
compiler: clang
steps:
- name: Checkout code
uses: actions/[email protected]
Expand Down

0 comments on commit e06a445

Please sign in to comment.