Skip to content

Commit f77827b

Browse files
committed
Update to GCC 15
1 parent e780e45 commit f77827b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -152,8 +152,8 @@ jobs:
152152
- if: matrix.toolchain == 'rustc_codegen_gcc'
153153
run: |
154154
apt-get -y --no-install-recommends purge cpp gcc
155-
curl --proto '=https' --tlsv1.2 -sSfLO https://github.com/rust-lang/gcc/releases/latest/download/gcc-13.deb
156-
dpkg -i gcc-13.deb
155+
curl --proto '=https' --tlsv1.2 -sSfLO https://github.com/rust-lang/gcc/releases/latest/download/gcc-15.deb
156+
dpkg -i gcc-15.deb
157157
158158
git clone --depth 1 https://github.com/rust-lang/rustc_codegen_gcc
159159

0 commit comments

Comments
 (0)