@@ -104,47 +104,47 @@ jobs:
104104 fail-fast : false
105105 matrix :
106106 include :
107- - runner : macos-14
108- target : aarch64-apple-darwin
109- profile : dev
110- - runner : macos-14
111- target : x86_64-apple-darwin
112- profile : dev
113- - runner : ubuntu-24.04
114- target : x86_64-unknown-linux-musl
115- profile : dev
107+ # - runner: macos-14
108+ # target: aarch64-apple-darwin
109+ # profile: dev
110+ # - runner: macos-14
111+ # target: x86_64-apple-darwin
112+ # profile: dev
113+ # - runner: ubuntu-24.04
114+ # target: x86_64-unknown-linux-musl
115+ # profile: dev
116116 - runner : ubuntu-24.04
117117 target : x86_64-unknown-linux-gnu
118118 profile : dev
119- - runner : ubuntu-24.04-arm
120- target : aarch64-unknown-linux-musl
121- profile : dev
122- - runner : ubuntu-24.04-arm
123- target : aarch64-unknown-linux-gnu
124- profile : dev
125- - runner : windows-latest
126- target : x86_64-pc-windows-msvc
127- profile : dev
128- - runner : windows-11-arm
129- target : aarch64-pc-windows-msvc
130- profile : dev
119+ # - runner: ubuntu-24.04-arm
120+ # target: aarch64-unknown-linux-musl
121+ # profile: dev
122+ # - runner: ubuntu-24.04-arm
123+ # target: aarch64-unknown-linux-gnu
124+ # profile: dev
125+ # - runner: windows-latest
126+ # target: x86_64-pc-windows-msvc
127+ # profile: dev
128+ # - runner: windows-11-arm
129+ # target: aarch64-pc-windows-msvc
130+ # profile: dev
131131
132132 # Also run representative release builds on Mac and Linux because
133133 # there could be release-only build errors we want to catch.
134134 # Hopefully this also pre-populates the build cache to speed up
135135 # releases.
136- - runner : macos-14
137- target : aarch64-apple-darwin
138- profile : release
139- - runner : ubuntu-24.04
140- target : x86_64-unknown-linux-musl
141- profile : release
142- - runner : windows-latest
143- target : x86_64-pc-windows-msvc
144- profile : release
145- - runner : windows-11-arm
146- target : aarch64-pc-windows-msvc
147- profile : release
136+ # - runner: macos-14
137+ # target: aarch64-apple-darwin
138+ # profile: release
139+ # - runner: ubuntu-24.04
140+ # target: x86_64-unknown-linux-musl
141+ # profile: release
142+ # - runner: windows-latest
143+ # target: x86_64-pc-windows-msvc
144+ # profile: release
145+ # - runner: windows-11-arm
146+ # target: aarch64-pc-windows-msvc
147+ # profile: release
148148
149149 steps :
150150 - uses : actions/checkout@v5
0 commit comments