Skip to content

Commit

Permalink
Update CI.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
WesleyVanNeck authored Aug 2, 2024
1 parent 6f72f2c commit 58b7c3c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ jobs:
build_linux:
name: Linux ${{ matrix.type }}
runs-on: ubuntu-${{ matrix.dist }}
needs: [check_changelog, setup_release]
needs: [setup_release]
strategy:
fail-fast: false # false to test all, true to fail entire job if any fail
matrix:
Expand Down Expand Up @@ -483,7 +483,7 @@ jobs:
build_mac:
name: MacOS
runs-on: macos-11
needs: [check_changelog, setup_release]
needs: [setup_release]
env:
BOOST_VERSION: 1.83.0

Expand Down Expand Up @@ -720,7 +720,7 @@ jobs:
build_win:
name: Windows
runs-on: windows-2019
needs: [check_changelog, setup_release]
needs: [setup_release]

steps:
- name: Checkout
Expand Down

0 comments on commit 58b7c3c

Please sign in to comment.