Skip to content

Commit a4c1334

Browse files
committed
More OSs and architectures in Rust test matrix
1 parent 88756f2 commit a4c1334

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/rust-ci.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
strategy:
4444
fail-fast: false
4545
matrix:
46-
os: [ubuntu-latest]
46+
os: [ubuntu-latest, ubuntu-24.04-arm, macos-13, macos-latest]
4747

4848
steps:
4949
- name: Checkout repository
@@ -90,7 +90,6 @@ jobs:
9090
run: cargo install --locked cargo-deny
9191

9292
- name: Check
93-
if: matrix.os == 'ubuntu-latest' || github.event_name == 'push'
9493
env:
9594
R2_BUCKET: ${{ secrets.R2_BUCKET }}
9695
R2_ACCESS_KEY_ID: ${{ secrets.R2_ACCESS_KEY_ID }}

0 commit comments

Comments
 (0)