Skip to content

Commit 94fe00d

Browse files
committed
ci: Sort the tier1 targets
1 parent d4fd305 commit 94fe00d

1 file changed

Lines changed: 9 additions & 13 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 9 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,13 @@ jobs:
101101
strategy:
102102
matrix:
103103
include:
104+
- target: aarch64-apple-darwin
105+
os: macos-15
106+
# FIXME: It currently causes segfaults.
107+
#- target: i686-pc-windows-gnu
108+
# env: { ARCH_BITS: 32, ARCH: i686 }
109+
- target: i686-pc-windows-msvc
110+
os: windows-2025
104111
- target: i686-unknown-linux-gnu
105112
- target: i686-unknown-linux-gnu
106113
artifact-tag: offset-bits64
@@ -110,23 +117,12 @@ jobs:
110117
artifact-tag: time-bits64
111118
env:
112119
RUST_LIBC_UNSTABLE_GNU_TIME_BITS: 64
113-
- target: x86_64-unknown-linux-gnu
114-
- target: aarch64-apple-darwin
115-
os: macos-15
116120
- target: x86_64-pc-windows-gnu
117121
os: windows-2025
118-
env:
119-
ARCH_BITS: 64
120-
ARCH: x86_64
122+
env: { ARCH_BITS: 64, ARCH: x86_64 }
121123
- target: x86_64-pc-windows-msvc
122124
os: windows-2025
123-
# FIXME: It currently causes segfaults.
124-
#- target: i686-pc-windows-gnu
125-
# env:
126-
# ARCH_BITS: 32
127-
# ARCH: i686
128-
- target: i686-pc-windows-msvc
129-
os: windows-2025
125+
- target: x86_64-unknown-linux-gnu
130126
runs-on: ${{ matrix.os && matrix.os || 'ubuntu-24.04' }}
131127
timeout-minutes: 25
132128
env:

0 commit comments

Comments
 (0)