From 8b0ae9308af3fb35e53ef98e32c0e3a56c529f44 Mon Sep 17 00:00:00 2001 From: tonyfast Date: Sat, 25 May 2024 18:11:07 -0700 Subject: [PATCH] skip ubuntu windows --- .github/workflows/pixi.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pixi.yml b/.github/workflows/pixi.yml index 5fcad8a4..40f58b08 100644 --- a/.github/workflows/pixi.yml +++ b/.github/workflows/pixi.yml @@ -39,7 +39,7 @@ jobs: strategy: fail-fast: false matrix: - os: ["ubuntu", "macos", "windows"] + os: ["ubuntu"] #, "macos", "windows"] # add matrix for browsers later on steps: - run: git config --global core.autocrlf false @@ -63,4 +63,4 @@ jobs: path: | ./.pixi/task-cache-v0 ./build/reports - ./contrib/*/build/reports \ No newline at end of file + ./contrib/*/build/reports