We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8770f4 commit c5dc6b0Copy full SHA for c5dc6b0
.github/workflows/jit.yml
@@ -64,11 +64,6 @@ jobs:
64
- 19
65
is-fork: # only used for the exclusion trick
66
- ${{ github.repository_owner != 'python' }}
67
- exclude:
68
- - target: aarch64-unknown-linux-gnu/gcc
69
- is-fork: true
70
- - target: aarch64-unknown-linux-gnu/clang
71
72
include:
73
- target: i686-pc-windows-msvc/msvc
74
architecture: Win32
@@ -106,6 +101,11 @@ jobs:
106
101
architecture: aarch64
107
102
runner: ubuntu-24.04-aarch64
108
103
compiler: clang
104
+ exclude:
105
+ - target: aarch64-unknown-linux-gnu/gcc
+ is-fork: true
+ - target: aarch64-unknown-linux-gnu/clang
109
env:
110
CC: ${{ matrix.compiler }}
111
steps:
0 commit comments