From 1af6377d7d07e7d212bc817349efbd922d82a456 Mon Sep 17 00:00:00 2001 From: JamesWrigley Date: Sun, 27 Oct 2024 12:53:01 +0100 Subject: [PATCH] fixup! Add tests for OSX and x86 --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e24cc87..a6b630e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -50,12 +50,12 @@ jobs: # Install test dependencies - uses: awalsh128/cache-apt-pkgs-action@v1 - runs-on: ubuntu-latest + if: matrix.os == 'ubuntu-latest' with: packages: expect version: 1.0 - - runs-on: macOS-latest + - if: matrix.os == 'macOS-latest' run: brew install expect # Install Julia