Skip to content

Commit

Permalink
fix(ci): how did this even happen
Browse files Browse the repository at this point in the history
  • Loading branch information
zkat committed Apr 9, 2023
1 parent bd88470 commit d77a915
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/ci.yml
Expand Up @@ -82,8 +82,12 @@ jobs:
# MIRIFLAGS: -Zmiri-disable-isolation -Zmiri-strict-provenance
# run: cargo miri test --all --verbose

minimal_versions: name: Minimal versions check runs-on: ${{ matrix.os }}
strategy: matrix: os: [ubuntu-latest, macOS-latest, windows-latest]
minimal_versions:
name: Minimal versions check
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, macOS-latest, windows-latest]

steps:
- uses: actions/checkout@v1
Expand Down

0 comments on commit d77a915

Please sign in to comment.