We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b8ae3c5 commit 5d08b6aCopy full SHA for 5d08b6a
.github/workflows/ci-tests.yml
@@ -31,8 +31,7 @@ jobs:
31
os:
32
- "ubuntu-22.04"
33
- "windows-latest"
34
- - "macos-14" # arm64
35
- - "macos-13" # x64
+ - "macos-14"
36
architecture:
37
- x64
38
- x86
@@ -54,10 +53,6 @@ jobs:
54
53
#
55
# From 3.11 onward, there is support for running x64 and
56
# arm64 on Apple Silicon based systems (macos-14)
57
- - os: "macos-13"
58
- architecture: x86
59
60
- architecture: arm64
61
- os: "macos-14"
62
architecture: x86
63
@@ -73,8 +68,6 @@ jobs:
73
68
# Windows/macOS. They are expensive to run.
74
69
- os: "windows-latest"
75
70
py: "pypy-3.9"
76
77
- py: "pypy-3.9"
78
71
79
72
80
name: "Python: ${{ matrix.py }}-${{ matrix.architecture }} on ${{ matrix.os }}"
0 commit comments