Skip to content

Commit

Permalink
Experiment with msys2 ucrt64 environment in CI workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthewFluet committed Dec 31, 2024
1 parent 96d3712 commit a263047
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,15 @@ jobs:
cc: "gcc"
codegen: "c"

- runner: windows-2022
msystem: ucrt64
cc: "gcc"
codegen: "amd64"
- runner: windows-2022
msystem: ucrt64
cc: "gcc"
codegen: "c"

runs-on: ${{ matrix.runner }}

defaults:
Expand Down

0 comments on commit a263047

Please sign in to comment.