Skip to content

Commit

Permalink
Reorder workflow excludes
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthewFluet committed May 15, 2024
1 parent b250f10 commit aaf598c
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 @@ -17,16 +17,16 @@ jobs:
cc: ["gcc", "clang"]
codegen: ["amd64", "c", "llvm"]
exclude:
- cc: "gcc"
codegen: "llvm"
- os: macos-13
cc: "gcc"
- os: windows-latest
cc: "clang"
- os: windows-latest
codegen: "c"
- os: windows-latest
codegen: "llvm"
- os: windows-latest
cc: "clang"
- cc: "gcc"
codegen: "llvm"

# The type of runner that the job will run on
runs-on: ${{ matrix.os }}
Expand Down

0 comments on commit aaf598c

Please sign in to comment.