diff options
| author | MarcoIeni <11428655+MarcoIeni@users.noreply.github.com> | 2025-05-22 09:53:35 +0200 |
|---|---|---|
| committer | MarcoIeni <11428655+MarcoIeni@users.noreply.github.com> | 2025-05-22 09:53:35 +0200 |
| commit | 27677ef14393e7789f2d0a29bfdcf20bf657eddb (patch) | |
| tree | 2dc87418b0148abe7f393911a7b8b9151bf098b1 /src/ci/github-actions | |
| parent | 6eef33bb399cabfab16aa4e0825895f5f32f4e26 (diff) | |
| download | rust-27677ef14393e7789f2d0a29bfdcf20bf657eddb.tar.gz rust-27677ef14393e7789f2d0a29bfdcf20bf657eddb.zip | |
ci: convert distcheck to free runner
Diffstat (limited to 'src/ci/github-actions')
| -rw-r--r-- | src/ci/github-actions/jobs.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ci/github-actions/jobs.yml b/src/ci/github-actions/jobs.yml index 005007bbccd..58a1db93e6e 100644 --- a/src/ci/github-actions/jobs.yml +++ b/src/ci/github-actions/jobs.yml @@ -324,7 +324,7 @@ auto: <<: *job-linux-4c - name: x86_64-gnu-distcheck - <<: *job-linux-8c + <<: *job-linux-4c # The x86_64-gnu-llvm-20 job is split into multiple jobs to run tests in parallel. # x86_64-gnu-llvm-20-1 skips tests that run in x86_64-gnu-llvm-20-{2,3}. |
