From 0dfcc62af929ca12fed324cd60cfd1319267ff08 Mon Sep 17 00:00:00 2001 From: fryorcraken Date: Wed, 15 Oct 2025 14:42:03 +1100 Subject: [PATCH] only run for ubuntu --- .github/workflows/test-nimble-install.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-nimble-install.yml b/.github/workflows/test-nimble-install.yml index 91e0a33ba..c830ff83c 100644 --- a/.github/workflows/test-nimble-install.yml +++ b/.github/workflows/test-nimble-install.yml @@ -11,7 +11,7 @@ jobs: continue-on-error: true # Some runs get oddly cancelled strategy: matrix: - os: [ubuntu-latest, macos-latest] # TODO: Windows + os: [ubuntu-latest] # TODO: Windows nim-version: ['2.2.4'] # TODO: tests with more versions runs-on: ${{ matrix.os }}