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 2d4f332
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/release-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:
- main
pull_request:
paths:
- .github/workflows/release-test.yml
- .goreleaser/*.yml

jobs:
Expand Down Expand Up @@ -64,7 +65,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 2d4f332

Please sign in to comment.