From 74f3a057b58674c063056ccfd9447ef6986e9ebb Mon Sep 17 00:00:00 2001 From: Rob Parrett Date: Wed, 15 Jan 2025 09:29:39 -0700 Subject: [PATCH] Fix workflow --- .github/workflows/ci.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index abd431a..ca2c2c2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,12 +1,11 @@ name: CI on: [push, pull_request] -strategy: - matrix: - os: [ubuntu-latest, windows-latest, macos-latest] - jobs: build: + strategy: + matrix: + os: [ubuntu-latest, windows-latest, macos-latest] runs-on: ${{ matrix.os }} steps: - uses: actions/checkout@v3