Skip to content

Commit

Permalink
ci: fix runs-on
Browse files Browse the repository at this point in the history
  • Loading branch information
suzuki-shunsuke committed Oct 3, 2024
1 parent 74cc305 commit 03199d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/wc-integration-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ jobs:

integration-test-all-envs:
timeout-minutes: 30
runs-on: ubuntu-latest
runs-on: ${{ matrix.env.runs-on }}
permissions: {}
strategy:
matrix:
Expand Down

0 comments on commit 03199d1

Please sign in to comment.