Skip to content

Commit

Permalink
Remove the combination of ubuntu-latest and win32 from actions.
Browse files Browse the repository at this point in the history
  • Loading branch information
suikan4github committed Oct 11, 2024
1 parent b90cd25 commit ae7527d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ctest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ jobs:
compiler: [gcc, clang, msvc]
exclude:
- {os: ubuntu-latest, compiler: msvc}
- {os: ubuntu-latest, target: win32}
- {os: windows-latest, compiler: gcc}
- {os: windows-latest, compiler: clang}

Expand Down

0 comments on commit ae7527d

Please # to comment.