Skip to content

Commit

Permalink
feat(RDGRS-662): test CI only on linux
Browse files Browse the repository at this point in the history
  • Loading branch information
OS-henriquesantos committed Aug 12, 2024
1 parent bebebe0 commit 356482e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
strategy:
matrix:
go-version: [1.21.x]
platform: [ubuntu-latest, macos-latest, windows-latest]
platform: [ubuntu-latest]
runs-on: ${{ matrix.platform }}
steps:
- name: Install Go
Expand Down

0 comments on commit 356482e

Please sign in to comment.