From 550817b3c485bc17e16e238aa62b08a2d5fa4f9d Mon Sep 17 00:00:00 2001 From: Bailey Pearson Date: Tue, 12 Nov 2024 15:21:02 -0700 Subject: [PATCH] ubntu test --- .github/workflows/test.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 5a0c677..9c4c84f 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -11,7 +11,8 @@ jobs: host_tests: strategy: matrix: - os: [macos-latest, windows-2019] + # os: [macos-latest, windows-2019] + os: ['ubuntu-latest'] node: [16.x, 18.x, 20.x, 22.x] runs-on: ${{ matrix.os }} steps: