diff options
| author | Matthias Krüger <matthias.krueger@famsik.de> | 2024-11-02 08:33:12 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-11-02 08:33:12 +0100 |
| commit | e5269bba2d86d49ec79884d686f8f96269835aff (patch) | |
| tree | df7047a9d003eb6c0db892cbb5a40909792ba3a7 /src | |
| parent | ec1cebfcb6ed25b1e4b0054404cf299458d7b6ce (diff) | |
| parent | d39270f775e06e4662ff66a2b3c54ff441163a69 (diff) | |
| download | rust-e5269bba2d86d49ec79884d686f8f96269835aff.tar.gz rust-e5269bba2d86d49ec79884d686f8f96269835aff.zip | |
Rollup merge of #132411 - MarcoIeni:ci-switch-to-free-runners, r=Kobzol
CI: switch dist-x86_64-musl to free runner try-job: dist-x86_64-musl
Diffstat (limited to 'src')
| -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 8b7126d81d0..c0ce358486b 100644 --- a/src/ci/github-actions/jobs.yml +++ b/src/ci/github-actions/jobs.yml @@ -205,7 +205,7 @@ auto: - image: dist-x86_64-musl env: CODEGEN_BACKENDS: llvm,cranelift - <<: *job-linux-8c + <<: *job-linux-4c - image: dist-x86_64-netbsd <<: *job-linux-4c |
