We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc01062 commit 65519c7Copy full SHA for 65519c7
1 file changed
.github/workflows/tests.yml
@@ -34,11 +34,15 @@ jobs:
34
strategy:
35
fail-fast: false
36
matrix:
37
- os: [ubuntu-latest, macos-15-arm64, macos-15-intel]
+ os: [ubuntu-latest, macos-latest, macos-15-intel]
38
python-version: ["3.11", "3.12", "3.13", "3.14"]
39
runs-on: ${{ matrix.os }}
40
steps:
41
- uses: actions/checkout@v4
42
+
43
+ - name: Chech arch
44
+ if: runner.os == 'macOS'
45
+ run: uname -m
46
47
- name: Install Redis (Linux)
48
if: runner.os == 'Linux'
0 commit comments