Skip to content

Commit 1a37e7b

Browse files
committed
More GitHub Actions configuration.
1 parent 48c496b commit 1a37e7b

File tree

1 file changed

+5
-8
lines changed

1 file changed

+5
-8
lines changed

.github/workflows/test.yaml

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -23,26 +23,23 @@ env:
2323

2424
jobs:
2525
test:
26-
name: Test [${{ matrix.mode }}-rust-${{ matrix.rust }}-${{ matrix.os }}]
27-
runs-on: ${{ matrix.os }}
26+
name: Test [rust-${{ matrix.rust }}]
27+
runs-on: ubuntu-24.04
2828
strategy:
2929
matrix:
30-
os:
31-
- ubuntu-24.04
32-
# - macos-14
3330
rust:
3431
- 1.94.0
3532

3633
steps:
3734
- name: Checkout
38-
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
35+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
3936
- name: Configure Rust
4037
id: rust_toolchain
41-
uses: dtolnay/rust-toolchain@f7ccc83f9ed1e5b9c81d8a67d7ad1a747e22a561
38+
uses: dtolnay/rust-toolchain@efa25f7f19611383d5b0ccf2d1c8914531636bf9
4239
with:
4340
toolchain: ${{ matrix.rust }}
4441
- name: Cache
45-
uses: Swatinem/rust-cache@779680da715d629ac1d338a641029a2f4372abb5 # v2.8.2
42+
uses: Swatinem/rust-cache@c19371144df3bb44fab255c43d04cbc2ab54d1c4 # v2.9.1
4643
with:
4744
cache-bin: false
4845
- name: Build

0 commit comments

Comments
 (0)