fix test matrix for ci
This commit is contained in:
parent
2caebeaed4
commit
8f2ccfb910
5
.github/workflows/ci.yaml
vendored
5
.github/workflows/ci.yaml
vendored
@ -7,7 +7,10 @@ on:
|
||||
|
||||
jobs:
|
||||
build-and-test:
|
||||
runs-on: [windows-latest, macos-13, ubuntu-22.04]
|
||||
strategy:
|
||||
matrix:
|
||||
os: [windows-latest, macos-latest, ubuntu-latest]
|
||||
runs-on: ${{ matrix.os }}
|
||||
permissions:
|
||||
contents: write
|
||||
steps:
|
||||
|
Loading…
Reference in New Issue
Block a user