Skip to content

Commit f95302c

Browse files
committed
Remove arch check
1 parent 65519c7 commit f95302c

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

.github/workflows/tests.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,6 @@ jobs:
3939
runs-on: ${{ matrix.os }}
4040
steps:
4141
- uses: actions/checkout@v4
42-
43-
- name: Chech arch
44-
if: runner.os == 'macOS'
45-
run: uname -m
4642

4743
- name: Install Redis (Linux)
4844
if: runner.os == 'Linux'

0 commit comments

Comments
 (0)