File tree Expand file tree Collapse file tree
aarch64-unknown-linux-gnu
arm-unknown-linux-gnueabihf
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 Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -146,7 +146,7 @@ jobs:
146146 - target : aarch64-unknown-linux-gnu
147147 os : ubuntu-latest
148148 - target : x86_64-apple-darwin
149- os : macos-11
149+ os : macos-13
150150 - target : x86_64-pc-windows-msvc
151151 os : windows-latest
152152 - target : i686-pc-windows-msvc
@@ -175,21 +175,11 @@ jobs:
175175 - uses : actions/checkout@v4
176176 with :
177177 submodules : recursive
178- - name : Install Rust (rustup)
179- run : |
180- rustup update nightly --no-self-update
181- rustup default nightly
182- if : matrix.os != 'macos-latest'
183- - name : Install Rust (macos)
178+ - name : Install Rust
184179 run : |
185- curl https://sh.rustup.rs | sh -s -- -y --default-toolchain nightly
186- echo "$HOME/.cargo/bin" >> $GITHUB_PATH
187180 rustup update nightly --no-self-update
188181 rustup default nightly
189- if : matrix.os == 'macos-latest'
190- - run : |
191- rustup default nightly
192- rustup target add ${{ matrix.target }}
182+ - run : rustup target add ${{ matrix.target }}
193183 if : " !endsWith(matrix.target, 'emulated')"
194184 - name : Setup (aarch64-apple-darwin)
195185 run : |
Original file line number Diff line number Diff line change 1- FROM ubuntu:22 .04
1+ FROM ubuntu:24 .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:18 .04
1+ FROM ubuntu:24 .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:20 .04
1+ FROM ubuntu:24 .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:20 .04
1+ FROM ubuntu:24 .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:18 .04
1+ FROM ubuntu:24 .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:18 .04
1+ FROM ubuntu:24 .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:18 .04
1+ FROM ubuntu:24 .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:18 .04
1+ FROM ubuntu:24 .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:18 .04
1+ FROM ubuntu:24 .04
22RUN apt-get update && apt-get install -y --no-install-recommends \
33 gcc \
44 libc6-dev \
You can’t perform that action at this time.
0 commit comments