File tree Expand file tree Collapse file tree 22 files changed +33
-32
lines changed
aarch64-unknown-linux-gnu
aarch64_be-unknown-linux-gnu
arm-unknown-linux-gnueabihf
armv7-unknown-linux-gnueabihf
loongarch64-unknown-linux-gnu
mips64-unknown-linux-gnuabi64
mips64el-unknown-linux-gnuabi64
mipsel-unknown-linux-musl
powerpc-unknown-linux-gnu
powerpc64-unknown-linux-gnu
powerpc64le-unknown-linux-gnu
riscv64gc-unknown-linux-gnu
x86_64-unknown-linux-gnu-emulated Expand file tree Collapse file tree 22 files changed +33
-32
lines changed Original file line number Diff line number Diff line change 5454 name : Test
5555 runs-on : ${{ matrix.target.os }}
5656 strategy :
57+ fail-fast : false
5758 matrix :
5859 profile :
5960 - dev
@@ -109,26 +110,26 @@ jobs:
109110
110111 # macOS targets
111112 - tuple : x86_64-apple-darwin
112- os : macos-13
113+ os : macos-15-large
113114 - tuple : x86_64-apple-ios-macabi
114- os : macos-13
115+ os : macos-15-large
115116 - tuple : aarch64-apple-darwin
116- os : macos-latest
117+ os : macos-15
117118 - tuple : aarch64-apple-ios-macabi
118- os : macos-latest
119+ os : macos-15
119120 # FIXME: gh-actions build environment doesn't have linker support
120121 # - tuple: i686-apple-darwin
121122 # os: macos-13
122123
123124 # Windows targets
124125 - tuple : x86_64-pc-windows-msvc
125- os : windows-latest
126+ os : windows-2025
126127 - tuple : i686-pc-windows-msvc
127- os : windows-latest
128+ os : windows-2025
128129 - tuple : aarch64-pc-windows-msvc
129- os : windows-latest
130+ os : windows-2025
130131 - tuple : x86_64-pc-windows-gnu
131- os : windows-latest
132+ os : windows-2025
132133 # - tuple: i686-pc-windows-gnu
133134 # os: windows-latest
134135
@@ -167,15 +168,15 @@ jobs:
167168 disable_assert_instr : true
168169 - target :
169170 tuple : aarch64-apple-darwin
170- os : macos-latest
171+ os : macos-15
171172 norun : true # https://github.com/rust-lang/stdarch/issues/1206
172173 - target :
173174 tuple : aarch64-apple-ios-macabi
174- os : macos-latest
175+ os : macos-15
175176 norun : true # https://github.com/rust-lang/stdarch/issues/1206
176177 - target :
177178 tuple : aarch64-pc-windows-msvc
178- os : windows-latest
179+ os : windows-2025
179180 norun : true
180181
181182 steps :
Original file line number Diff line number Diff line change 1- FROM ubuntu:24 .04
1+ FROM ubuntu:25 .04
22RUN apt-get update && apt-get install -y --no-install-recommends \
33 gcc \
44 g++ \
Original file line number Diff line number Diff line change 1- FROM ubuntu:24 .04
1+ FROM ubuntu:25 .04
22
33RUN apt-get update && apt-get install -y --no-install-recommends \
44 gcc \
Original file line number Diff line number Diff line change 1- FROM ubuntu:24 .04
1+ FROM ubuntu:25 .04
22RUN apt-get update && apt-get install -y --no-install-recommends \
33 gcc \
44 ca-certificates \
Original file line number Diff line number Diff line change 1- FROM ubuntu:24 .04
1+ FROM ubuntu:25 .04
22RUN apt-get update && apt-get install -y --no-install-recommends \
33 gcc \
44 g++ \
Original file line number Diff line number Diff line change 1- FROM ubuntu:24 .04
1+ FROM ubuntu:25 .04
22RUN apt-get update && apt-get install -y --no-install-recommends \
33 gcc-multilib \
44 libc6-dev \
Original file line number Diff line number Diff line change 1- FROM ubuntu:24 .04
1+ FROM ubuntu:25 .04
22RUN apt-get update && apt-get install -y --no-install-recommends \
33 gcc-multilib \
44 libc6-dev \
Original file line number Diff line number Diff line change 1- FROM ubuntu:24 .04
1+ FROM ubuntu:25 .04
22
33RUN apt-get update && \
44 apt-get install -y --no-install-recommends \
Original file line number Diff line number Diff line change 1- FROM ubuntu:24 .04
1+ FROM ubuntu:25 .04
22
33RUN apt-get update && apt-get install -y --no-install-recommends \
44 gcc libc6-dev qemu-user ca-certificates \
Original file line number Diff line number Diff line change 1- FROM ubuntu:24 .04
1+ FROM ubuntu:25 .04
22
33RUN apt-get update && apt-get install -y --no-install-recommends \
44 gcc libc6-dev qemu-user ca-certificates \
You can’t perform that action at this time.
0 commit comments