The Trans Directory
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix test matrix for ci

+4 -1
+4 -1
.github/workflows/ci.yaml
··· 7 7 8 8 jobs: 9 9 build-and-test: 10 - runs-on: [windows-latest, macos-13, ubuntu-22.04] 10 + strategy: 11 + matrix: 12 + os: [windows-latest, macos-latest, ubuntu-latest] 13 + runs-on: ${{ matrix.os }} 11 14 permissions: 12 15 contents: write 13 16 steps: