diff options
| author | Chris Boesch <[email protected]> | 2023-04-28 11:14:43 +0000 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-04-28 11:14:43 +0000 |
| commit | b903edd290dcba3d5aaf137f2d54899f04e3be58 (patch) | |
| tree | 1fe54c2b916288e072cd17f577ce905556bed06e | |
| parent | 0302650acf47ce3c94e44eebd50f5bba705d9d17 (diff) | |
| download | ziglings-b903edd290dcba3d5aaf137f2d54899f04e3be58.tar.xz ziglings-b903edd290dcba3d5aaf137f2d54899f04e3be58.zip | |
Update ci.yml
| -rw-r--r-- | .github/workflows/ci.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index db259e0..062c5a5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -51,7 +51,8 @@ jobs: name: Unit Test Windows strategy: matrix: - runs-on: windows-latest + os: [windows-latest] + runs-on: ${{ matrix.os }} timeout-minutes: 30 steps: - name: Checkout |
