Skip to content

Commit c5dc6b0

Browse files
committed
Exclude after include
1 parent b8770f4 commit c5dc6b0

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/jit.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -64,11 +64,6 @@ jobs:
6464
- 19
6565
is-fork: # only used for the exclusion trick
6666
- ${{ 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-
is-fork: true
7267
include:
7368
- target: i686-pc-windows-msvc/msvc
7469
architecture: Win32
@@ -106,6 +101,11 @@ jobs:
106101
architecture: aarch64
107102
runner: ubuntu-24.04-aarch64
108103
compiler: clang
104+
exclude:
105+
- target: aarch64-unknown-linux-gnu/gcc
106+
is-fork: true
107+
- target: aarch64-unknown-linux-gnu/clang
108+
is-fork: true
109109
env:
110110
CC: ${{ matrix.compiler }}
111111
steps:

0 commit comments

Comments
 (0)