Skip to content

Commit

Permalink
Fix matrix.platform to set the platform in e2e ci
Browse files Browse the repository at this point in the history
  • Loading branch information
ankur22 committed Jul 7, 2023
1 parent 5f29b01 commit 2e13017
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
matrix:
go: [stable, tip]
platform: [ubuntu-latest, windows-latest, macos-latest]
runs-on: ubuntu-latest
runs-on: ${{ matrix.platform }}
steps:
- name: Checkout code
uses: actions/checkout@v2
Expand Down

0 comments on commit 2e13017

Please sign in to comment.