Skip to content

Commit

Permalink
full_ci: Mac and Windows after linux
Browse files Browse the repository at this point in the history
  • Loading branch information
snogge committed Feb 27, 2024
1 parent 649bf34 commit b8353a7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/full_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ jobs:

name: Docker Linux Tier1
runs-on: ubuntu-22.04
needs: check_cfg
strategy:
fail-fast: true
matrix:
Expand All @@ -33,6 +34,7 @@ jobs:

name: macOS
runs-on: macos-13
needs: build_channels_linux
strategy:
fail-fast: true
matrix:
Expand All @@ -52,6 +54,7 @@ jobs:

name: Windows
runs-on: windows-2022
needs: build_channels_linux
env:
OS: windows
strategy:
Expand Down Expand Up @@ -236,6 +239,7 @@ jobs:

name: Build Channels Windows
runs-on: windows-2022
needs: build_channels_linux
env:
OS: windows
strategy:
Expand Down

0 comments on commit b8353a7

Please sign in to comment.