Skip to content

Commit

Permalink
github actions: fix runs-on param
Browse files Browse the repository at this point in the history
  • Loading branch information
ziloka committed Nov 5, 2023
1 parent 2a25ed5 commit ced7581
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Source: https://github.com/BtbN/FFmpeg-Builds/blob/20172ca00af0bc0e554c203c559a1339da6651d0/.github/workflows/build.yml
# Source: https://github.com/BtbN/FFmpeg-Builds/blob/7b6432add41f4f8a47592f1e1de73ca182e4cc5c/.github/workflows/build.yml

name: Build Tetris

Expand Down Expand Up @@ -43,7 +43,7 @@ jobs:
build_tetris:
name: Build tetris
if: ${{ ( github.event.inputs.buildOnly == 'true' && !cancelled() ) || success() }}
runs-on: ubuntu-latest
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
Expand Down

0 comments on commit ced7581

Please sign in to comment.