From bca483216cf253652113a508c8496bab673fd04e Mon Sep 17 00:00:00 2001 From: Grant Nelson Date: Fri, 21 Jun 2024 11:27:19 -0600 Subject: [PATCH] Trying to fix syscall --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 3c14dc062..c04e56eff 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -23,7 +23,7 @@ jobs: name: Smoke Tests strategy: matrix: - os: [ ubuntu-latest ] #, macos-latest, windows-latest ] + os: [ ubuntu-latest, macos-latest, windows-latest ] runs-on: ${{ matrix.os }} steps: - uses: actions/checkout@v4