Skip to content

Commit

Permalink
build(ci): remove dependency for build
Browse files Browse the repository at this point in the history
  • Loading branch information
metamacro committed Sep 10, 2023
1 parent cd3246e commit a77e96a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@ on:
jobs:
build:
name: ${{ matrix.config.name }}
runs-on: ${{ matrix.config.os }} # mac-OS does not implement robust mutexes so it is not supported
needs: git-branch
runs-on: ${{ matrix.config.os }}
strategy:
fail-fast: false
matrix:
Expand Down

0 comments on commit a77e96a

Please sign in to comment.