Skip to content

Commit

Permalink
fix matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
MarshalX committed Dec 20, 2023
1 parent cc8c393 commit 07f18ea
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/build_executable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,19 +12,16 @@ permissions:

jobs:
build:
name: Build on ${{ matrix.os }} (${{ matrix.mode }} mode)
strategy:
fail-fast: false
matrix:
os: [ ubuntu-20.04, macos-11, windows-2019 ]
mode: [ 'onefile', 'onedir' ]
include:
exclude:
- os: ubuntu-20.04
mode: onefile
mode: onedir
- os: windows-2019
mode: onefile
- os: macos-11
mode: onefile
- os: macos-11
mode: onedir

runs-on: ${{ matrix.os }}
Expand Down

0 comments on commit 07f18ea

Please sign in to comment.