Skip to content

Commit

Permalink
Wipe out windows and Linux - manually tested
Browse files Browse the repository at this point in the history
  • Loading branch information
bialger committed Sep 15, 2024
1 parent a7ece87 commit 3cdcfcd
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/ci_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,16 @@ jobs:
fail-fast: false
matrix:
config:
- {
name: "Windows Latest MinGW", artifact: "Windows-Ninja.tar.xz",
os: windows-latest,
build_type: "Release", cc: "gcc", cxx: "g++",
}
- {
name: "Ubuntu Latest GCC", artifact: "Linux.tar.xz",
os: ubuntu-latest,
build_type: "Release", cc: "gcc", cxx: "g++"
}
# - {
# name: "Windows Latest MinGW", artifact: "Windows-Ninja.tar.xz",
# os: windows-latest,
# build_type: "Release", cc: "gcc", cxx: "g++",
# }
# - {
# name: "Ubuntu Latest GCC", artifact: "Linux.tar.xz",
# os: ubuntu-latest,
# build_type: "Release", cc: "gcc", cxx: "g++"
# }
- {
name: "macOS Latest Clang", artifact: "macOS.tar.xz",
os: macos-latest,
Expand Down

0 comments on commit 3cdcfcd

Please sign in to comment.