Skip to content

Commit e452414

Browse files
authored
Update ci.yml
1 parent b4bb406 commit e452414

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ jobs:
2424

2525
- name: Download and install GCC fork
2626
run: |
27-
curl -LO https://github.com/antoyo/gcc/releases/latest/download/gcc-13.deb
28-
sudo dpkg --force-overwrite -i gcc-13.deb
27+
curl -LO https://github.com/antoyo/gcc/releases/latest/download/gcc-15.deb
28+
sudo dpkg --force-overwrite -i gcc-15.deb
2929
3030
- name: Set env
3131
run: |

0 commit comments

Comments
 (0)