Skip to content

Commit

Permalink
ci: improve ci workflow to support additional toolchains
Browse files Browse the repository at this point in the history
- add support for additional toolchains in the ci workflow
  • Loading branch information
falcucci committed Sep 17, 2024
1 parent 2990e43 commit 366be8f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ jobs:
fail-fast: false
matrix:
os: [windows-latest, macos-latest, ubuntu-latest]
toolchain: [stable, nightly]
steps:
- uses: actions/checkout@v4

Expand Down Expand Up @@ -69,6 +70,7 @@ jobs:
fail-fast: false
matrix:
os: [windows-latest, macos-latest, ubuntu-latest]
toolchain: [stable, nightly]
steps:
- uses: actions/checkout@v4

Expand All @@ -88,6 +90,7 @@ jobs:
fail-fast: false
matrix:
os: [windows-latest, macos-latest, ubuntu-latest]
toolchain: [stable, nightly]
runs-on: ${{ matrix.os }}

steps:
Expand Down

0 comments on commit 366be8f

Please sign in to comment.