From f9e56776696f0f9fc128519208cc60ef176975f2 Mon Sep 17 00:00:00 2001 From: Mattk70 <61826357+Mattk70@users.noreply.github.com> Date: Wed, 13 Nov 2024 12:44:44 +0000 Subject: [PATCH] Update check-installation.yml just test windows --- .github/workflows/check-installation.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/check-installation.yml b/.github/workflows/check-installation.yml index 1e6a894..d1c4772 100644 --- a/.github/workflows/check-installation.yml +++ b/.github/workflows/check-installation.yml @@ -6,7 +6,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - os: [windows-latest, macos-latest, ubuntu-latest] + os: [windows-latest] # , macos-latest, ubuntu-latest] env: GH_TOKEN: ${{ secrets.GH_TOKEN }} steps: