Skip to content

Commit

Permalink
revert: run only on windows workers
Browse files Browse the repository at this point in the history
a Please enter the commit message for your changes. Lines starting
  • Loading branch information
mdelapenya committed Mar 26, 2024
1 parent a989e10 commit d874b4b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
strategy:
matrix:
go-version: [1.21.x, 1.x]
platform: [ubuntu-latest, macos-latest, windows-latest]
platform: [windows-latest]
uses: ./.github/workflows/ci-test-go.yml
with:
go-version: ${{ matrix.go-version }}
Expand Down
2 changes: 1 addition & 1 deletion modulegen/_template/ci.yml.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
strategy:
matrix:
go-version: [1.21.x, 1.x]
platform: [ubuntu-latest, macos-latest, windows-latest]
platform: [windows-latest]
uses: ./.github/workflows/ci-test-go.yml
with:
go-version: {{ "${{ matrix.go-version }}" }}
Expand Down

0 comments on commit d874b4b

Please sign in to comment.