Skip to content

Commit

Permalink
Experimenting
Browse files Browse the repository at this point in the history
  • Loading branch information
jgaa committed May 6, 2024
1 parent dee0c77 commit 5294a68
Showing 1 changed file with 6 additions and 9 deletions.
15 changes: 6 additions & 9 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,17 +12,14 @@ jobs:
strategy:
matrix:
include:
# - os: ubuntu-latest
# compiler: gcc
# - os: ubuntu-latest
# compiler: clang
# - os: windows-latest
# compiler: msvc
- os: ubuntu-latest
compiler: gcc
- os: ubuntu-latest
compiler: clang
- os: windows-latest
compiler: msvc
- os: macos-latest
compiler:
# compiler: gcc
# - os: macos-latest
# compiler: clang

steps:
- name: Checkout code
Expand Down

0 comments on commit 5294a68

Please sign in to comment.