Skip to content

Commit

Permalink
Add windows-latest
Browse files Browse the repository at this point in the history
  • Loading branch information
k1LoW committed Dec 14, 2023
1 parent e7ff859 commit c4fbc33
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/release-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,10 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

windows-release-test:
runs-on: windows-2019
strategy:
matrix:
os: [windows-2019, windows-latest]
runs-on: ${{ matrix.os }}
steps:
- name: Use LF
run: |
Expand Down

0 comments on commit c4fbc33

Please sign in to comment.