Skip to content

Commit

Permalink
Bump MSRV for local build
Browse files Browse the repository at this point in the history
  • Loading branch information
alexliesenfeld committed Oct 15, 2023
1 parent 8087fb7 commit 025eaf4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ jobs:
build:
runs-on: ${{ matrix.os }}
name: build-${{ matrix.os }}-${{ matrix.rust }}
if: github.ref == 'refs/heads/master' || (matrix.os == 'ubuntu-latest' && matrix.rust == 'stable')
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
Expand Down Expand Up @@ -49,6 +50,7 @@ jobs:
build-remote:
runs-on: ${{ matrix.os }}
name: build-remote-${{ matrix.os }}-${{ matrix.rust }}
if: github.ref == 'refs/heads/master' || (matrix.os == 'ubuntu-latest' && matrix.rust == 'stable')
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
Expand Down

0 comments on commit 025eaf4

Please sign in to comment.