Skip to content

Commit

Permalink
Merge pull request #2 from dmcgowan/update-ci-windows
Browse files Browse the repository at this point in the history
Update Windows linter version
  • Loading branch information
dmcgowan authored Jan 17, 2024
2 parents 18e3da6 + 129b256 commit d058eb1
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:

strategy:
matrix:
os: [ubuntu-22.04, macos-12, windows-2022]
os: [ubuntu-22.04, macos-12]

steps:
- uses: actions/setup-go@v4
Expand Down Expand Up @@ -71,9 +71,13 @@ jobs:

tests:
name: Tests
runs-on: ubuntu-22.04
runs-on: ${{ matrix.os }}
timeout-minutes: 5

strategy:
matrix:
os: [ubuntu-22.04, macos-12, windows-2022]

steps:
- uses: actions/checkout@v2
with:
Expand Down

0 comments on commit d058eb1

Please sign in to comment.