Skip to content

Commit

Permalink
bonsai
Browse files Browse the repository at this point in the history
  • Loading branch information
k1LoW committed Dec 14, 2023
1 parent 3250d83 commit a5d5747
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Check out source code
uses: actions/checkout@v4

- name: Set up Go on ${{ matrix.platform }}
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version-file: go.mod
Expand Down Expand Up @@ -72,7 +72,7 @@ jobs:
name: Test
strategy:
matrix:
platform: [windows-2019]
platform: [windows-2019, windows-latest]
runs-on: ${{ matrix.platform }}
steps:
- name: Use LF
Expand All @@ -90,7 +90,7 @@ jobs:
- name: Check out source code
uses: actions/checkout@v4

- name: Set up Go on ${{ matrix.platform }}
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version-file: go.mod
Expand Down

0 comments on commit a5d5747

Please sign in to comment.