Skip to content

Commit

Permalink
update gh repo
Browse files Browse the repository at this point in the history
  • Loading branch information
chicoxyzzy committed Jun 18, 2024
2 parents 4915693 + 15cdb60 commit 04eaa08
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,10 @@ jobs:
skip-pkg-cache: true

test:
runs-on: [ubuntu-latest, windows-latest]
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, windows-latest]
permissions:
id-token: write
contents: read
Expand Down

0 comments on commit 04eaa08

Please sign in to comment.