Skip to content

Commit

Permalink
Update ci-dogu-agent.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
yowpark authored Oct 25, 2023
1 parent 9f9ca93 commit 7cacb51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-dogu-agent.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
fail-fast: false
max-parallel: 99
matrix:
runner: [windows-2019, ${{ github.event.inputs.maxos_runner }}]
runner: ${{ [github.event.inputs.maxos_runner, 'windows-2019'] }}
runs-on: ['${{ matrix.runner }}']

env:
Expand Down

0 comments on commit 7cacb51

Please sign in to comment.