Skip to content

Commit

Permalink
Merge branch 'main' into chore/mlir-16
Browse files Browse the repository at this point in the history
  • Loading branch information
raviqqe committed May 5, 2023
2 parents 7b73ba8 + d26447b commit 6090299
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,10 @@ on:
pull_request:
jobs:
lint:
runs-on: ubuntu-22.04
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: Swatinem/rust-cache@v2
- uses: raviqqe/enable-homebrew@main
- run: tools/setup.sh
- run: cargo clippy -- -D warnings
Expand Down
6 changes: 4 additions & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,10 @@ on:
pull_request:
jobs:
build:
runs-on: ubuntu-22.04
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: Swatinem/rust-cache@v2
- uses: raviqqe/enable-homebrew@main
- run: tools/setup.sh
- run: cargo build
Expand All @@ -17,12 +18,13 @@ jobs:
fail-fast: false
matrix:
os:
- ubuntu-22.04
- ubuntu-latest
# TODO Support macOS with LLVM 16.
# - macos-12
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
- uses: Swatinem/rust-cache@v2
- uses: raviqqe/enable-homebrew@main
- run: tools/setup.sh
- run: cargo test

0 comments on commit 6090299

Please sign in to comment.