We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 93b0403 commit 81a40daCopy full SHA for 81a40da
1 file changed
.github/workflows/ci.yml
@@ -39,19 +39,22 @@ jobs:
39
architecture:
40
- x86
41
- x64
42
+ - arm64
43
platform:
44
- ubuntu-22.04
45
- windows-latest
- # Fix tests failing on MacOS 14+ due to ARM architecture
46
- # https://github.com/actions/setup-python/issues/825
47
- # TODO: update tests to use ARM MacOS with 14+, add
48
- # architecture to the list of architectures above.
49
- - macos-13
+ - macos-latest
50
exclude:
51
- platform: ubuntu-22.04
52
architecture: x86
53
- - platform: macos-13
+ - platform: ubuntu-22.04
+ architecture: arm64
+ - platform: windows-latest
54
+ - platform: macos-latest
55
56
57
+ architecture: x64
58
steps:
59
- uses: actions/checkout@v6
60
- name: Setup PDM
0 commit comments