Skip to content

Commit

Permalink
Merge pull request #3 from spa5k/release
Browse files Browse the repository at this point in the history
  • Loading branch information
spa5k authored Jun 9, 2024
2 parents 5d83f03 + 6b12d5a commit a4b51c1
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: CI
on:
pull_request:
branches: [master]
branches: [main]
types: [opened, reopened, synchronize]
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
Expand All @@ -22,7 +22,6 @@ jobs:
postgres: [14, 15, 16]
runner:
- ubuntu-22.04
- buildjet-8vcpu-ubuntu-2204-arm
runs-on: ${{ matrix.runner }}
steps:
- name: Checkout
Expand All @@ -36,7 +35,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Install rust
uses: dtolnay/rust-toolchain@1.74.0
uses: dtolnay/rust-toolchain@1.78.0
with:
components: rustfmt, clippy
- name: Checkout
Expand All @@ -53,6 +52,6 @@ jobs:
- name: Checkout
uses: actions/checkout@v3
- name: Install rust
uses: dtolnay/rust-toolchain@1.74.0
uses: dtolnay/rust-toolchain@1.78.0
- name: Lockfile check
run: cargo update -w --locked

0 comments on commit a4b51c1

Please sign in to comment.