Skip to content

Commit

Permalink
Trying to get the workflow to work
Browse files Browse the repository at this point in the history
  • Loading branch information
jgaa committed Mar 4, 2024
1 parent cd9fa1a commit f8f189a
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,16 +22,16 @@ jobs:
# - os: "windows-latest"
# compiler: "msvc"
include:
- os: ubuntu-latest
compiler: gcc
- os: ubuntu-latest
compiler: clang
- os: windows-latest
compiler: msvc
# - os: macos-latest
# - os: ubuntu-latest
# compiler: gcc
# - os: macos-latest
# - os: ubuntu-latest
# compiler: clang
# - os: windows-latest
# compiler: msvc
- os: macos-latest
compiler: gcc
- os: macos-latest
compiler: clang

steps:
- name: Checkout code
Expand Down

0 comments on commit f8f189a

Please sign in to comment.