Skip to content
This repository has been archived by the owner on Mar 1, 2024. It is now read-only.

Commit

Permalink
fix matrix OS (#282)
Browse files Browse the repository at this point in the history
  • Loading branch information
DaMandal0rian authored Jan 16, 2024
1 parent 6d315c4 commit b07b6d7
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/ci-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,9 +69,10 @@ jobs:
- ${{ inputs.test-macos-and-windows == true || github.ref == 'refs/heads/main' }}
exclude: # exclude macos-12 and windows-2022 when the condition is false
- run-all: false
os: macos-12
- run-all: false
os: windows-2022
matrix:
build:
- os: macos-12
- os: windows-2022

runs-on: ${{ matrix.build.os }}
steps:
Expand Down

0 comments on commit b07b6d7

Please sign in to comment.