about summary refs log tree commit diff
diff options
context:
space:
mode:
authorGuillaume Gomez <guillaume1.gomez@gmail.com>2024-04-26 14:02:19 +0200
committerGuillaume Gomez <guillaume1.gomez@gmail.com>2024-04-26 14:02:19 +0200
commit4267ff065675a63f6bb32ee18148ac05b3b256b8 (patch)
treebe929d048eadd6725c29d4b11d5d79327b105d29
parentd408f23622d93b2c3a0793bf521a447fe8931e1c (diff)
Download artifacts from `rust-lang/gcc` instead of old `antoyo/gcc`
-rw-r--r--.github/workflows/ci.yml2
-rw-r--r--.github/workflows/failures.yml2
-rw-r--r--.github/workflows/release.yml2
3 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 69a0707c1f2..835e055e8c5 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -53,7 +53,7 @@ jobs:
       run: rustup component add rustfmt clippy
 
     - name: Download artifact
-      run: curl -LO https://github.com/antoyo/gcc/releases/latest/download/${{ matrix.libgccjit_version.gcc }}
+      run: curl -LO https://github.com/rust-lang/gcc/releases/latest/download/${{ matrix.libgccjit_version.gcc }}
 
     - name: Setup path to libgccjit
       run: |
diff --git a/.github/workflows/failures.yml b/.github/workflows/failures.yml
index 2bca694e832..9fa6f416c14 100644
--- a/.github/workflows/failures.yml
+++ b/.github/workflows/failures.yml
@@ -56,7 +56,7 @@ jobs:
 
     - name: Download artifact
       if: matrix.libgccjit_version.gcc != 'libgccjit12.so'
-      run: curl -LO https://github.com/antoyo/gcc/releases/latest/download/gcc-13.deb
+      run: curl -LO https://github.com/rust-lang/gcc/releases/latest/download/gcc-13.deb
 
     - name: Setup path to libgccjit
       if: matrix.libgccjit_version.gcc != 'libgccjit12.so'
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index 84394b2957c..d5242926eb4 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -37,7 +37,7 @@ jobs:
       run: sudo apt-get install ninja-build ripgrep
 
     - name: Download artifact
-      run: curl -LO https://github.com/antoyo/gcc/releases/latest/download/gcc-13.deb
+      run: curl -LO https://github.com/rust-lang/gcc/releases/latest/download/gcc-13.deb
 
     - name: Setup path to libgccjit
       run: |